Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 4 | 0.959 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 5487 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 6 | 5493 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
3 | 6 | 5499 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
case TypeIds.T_byte: this.newarray(ClassFileConstants.BYTE_ARRAY); break; case TypeIds.T_boolean: this.newarray(ClassFileConstants.BOOLEAN_ARRAY); break; |
| ||||
case TypeIds.T_short: this.newarray(ClassFileConstants.SHORT_ARRAY); break; case TypeIds.T_char: this.newarray(ClassFileConstants.CHAR_ARRAY); break; |
| ||||
case TypeIds.T_long: this.newarray(ClassFileConstants.LONG_ARRAY); break; case TypeIds.T_float: this.newarray(ClassFileConstants.FLOAT_ARRAY); break; |
| |||
case TypeIds. [[#variable5425d5a0]]: this.newarray(ClassFileConstants. [[#variable5425d4e0]]); break; case TypeIds. [[#variable5425d480]]: this.newarray(ClassFileConstants. [[#variable5425d440]]); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5425d5a0]] | T_byte |
1 | 2 | [[#5425d5a0]] | T_short |
1 | 3 | [[#5425d5a0]] | T_long |
2 | 1 | [[#5425d4e0]] | BYTE_ARRAY |
2 | 2 | [[#5425d4e0]] | SHORT_ARRAY |
2 | 3 | [[#5425d4e0]] | LONG_ARRAY |
3 | 1 | [[#5425d480]] | T_boolean |
3 | 2 | [[#5425d480]] | T_char |
3 | 3 | [[#5425d480]] | T_float |
4 | 1 | [[#5425d440]] | BOOLEAN_ARRAY |
4 | 2 | [[#5425d440]] | CHAR_ARRAY |
4 | 3 | [[#5425d440]] | FLOAT_ARRAY |