Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 5 | 4 | 0.953 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 181 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java |
2 | 6 | 187 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java |
3 | 6 | 193 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java |
4 | 6 | 199 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java |
5 | 6 | 205 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java |
| ||||
case 'I': this.id = TypeIds.T_int; break; case 'B': this.id = TypeIds.T_byte; break; |
| ||||
case 'S': this.id = TypeIds.T_short; break; case 'C': this.id = TypeIds.T_char; break; |
| ||||
case 'J': this.id = TypeIds.T_long; break; case 'F': this.id = TypeIds.T_float; break; |
| ||||
case 'D': this.id = TypeIds.T_double; break; case 'Z': this.id = TypeIds.T_boolean; break; |
| ||||
case 'N': this.id = TypeIds.T_null; break; case 'V': this.id = TypeIds.T_void; break; |
| |||
case [[#variable55f00560]]: this.id = TypeIds. [[#variable55f004e0]]; break; case [[#variable543552a0]]: this.id = TypeIds. [[#variable55f00580]]; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55f00560]] | 'I' |
1 | 2 | [[#55f00560]] | 'S' |
1 | 3 | [[#55f00560]] | 'J' |
1 | 4 | [[#55f00560]] | 'D' |
1 | 5 | [[#55f00560]] | 'N' |
2 | 1 | [[#55f004e0]] | T_int |
2 | 2 | [[#55f004e0]] | T_short |
2 | 3 | [[#55f004e0]] | T_long |
2 | 4 | [[#55f004e0]] | T_double |
2 | 5 | [[#55f004e0]] | T_null |
3 | 1 | [[#543552a0]] | 'B' |
3 | 2 | [[#543552a0]] | 'C' |
3 | 3 | [[#543552a0]] | 'F' |
3 | 4 | [[#543552a0]] | 'Z' |
3 | 5 | [[#543552a0]] | 'V' |
4 | 1 | [[#55f00580]] | T_byte |
4 | 2 | [[#55f00580]] | T_char |
4 | 3 | [[#55f00580]] | T_float |
4 | 4 | [[#55f00580]] | T_boolean |
4 | 5 | [[#55f00580]] | T_void |