Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 4 | 0.966 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1240 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 6 | 1246 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 6 | 1252 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
4 | 6 | 1258 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
case TypeIds.T_int: info = new VerificationTypeInfo(TypeBinding.INT); break; case TypeIds.T_byte: info = new VerificationTypeInfo(TypeBinding.BYTE); break; |
| ||||
case TypeIds.T_short: info = new VerificationTypeInfo(TypeBinding.SHORT); break; case TypeIds.T_long: info = new VerificationTypeInfo(TypeBinding.LONG); break; |
| ||||
case TypeIds.T_float: info = new VerificationTypeInfo(TypeBinding.FLOAT); break; case TypeIds.T_double: info = new VerificationTypeInfo(TypeBinding.DOUBLE); break; |
| ||||
case TypeIds.T_char: info = new VerificationTypeInfo(TypeBinding.CHAR); break; case TypeIds.T_boolean: info = new VerificationTypeInfo(TypeBinding.BOOLEAN); break; |
| |||
case TypeIds. [[#variablea062f500]]: info = new VerificationTypeInfo(TypeBinding. [[#variablea062f480]]); break; case TypeIds. [[#variablea062f420]]: info = new VerificationTypeInfo(TypeBinding. [[#variablea062f3a0]]); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a062f500]] | T_int |
1 | 2 | [[#a062f500]] | T_char |
1 | 3 | [[#a062f500]] | T_float |
1 | 4 | [[#a062f500]] | T_short |
2 | 1 | [[#a062f480]] | INT |
2 | 2 | [[#a062f480]] | CHAR |
2 | 3 | [[#a062f480]] | FLOAT |
2 | 4 | [[#a062f480]] | SHORT |
3 | 1 | [[#a062f420]] | T_byte |
3 | 2 | [[#a062f420]] | T_boolean |
3 | 3 | [[#a062f420]] | T_double |
3 | 4 | [[#a062f420]] | T_long |
4 | 1 | [[#a062f3a0]] | BYTE |
4 | 2 | [[#a062f3a0]] | BOOLEAN |
4 | 3 | [[#a062f3a0]] | DOUBLE |
4 | 4 | [[#a062f3a0]] | LONG |