Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.952 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1911 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 8 | 1940 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
case TypeIds.Float2Char: this.f2i(); this.i2c(); break; case TypeIds.Double2Char: this.d2i(); this.i2c(); break; |
| ||||
case TypeIds.Float2Byte: this.f2i(); this.i2b(); break; case TypeIds.Double2Byte: this.d2i(); this.i2b(); break; |
| |||
case TypeIds. [[#variableba4fc820]]: this.f2i(); this. [[#variableba4fc7c0]](); break; case TypeIds. [[#variableba4fc740]]: this.d2i(); this. [[#variableba4fc7c0]](); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba4fc820]] | Float2Char |
1 | 2 | [[#ba4fc820]] | Float2Byte |
2 | 1 | [[#ba4fc7c0]] | i2c |
2 | 2 | [[#ba4fc7c0]] | i2b |
3 | 1 | [[#ba4fc740]] | Double2Char |
3 | 2 | [[#ba4fc740]] | Double2Byte |