| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 22 | 2 | 6 | 0.982 | switch_groups[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 22 | 3861 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| 2 | 22 | 4392 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
case TypeIds.T_int:
case TypeIds.T_byte:
case TypeIds.T_short:
signature = ConstantPool.IntConstrSignature;
break;
case TypeIds.T_long:
signature = ConstantPool.LongConstrSignature;
argCount = 2;
break;
case TypeIds.T_float:
signature = ConstantPool.FloatConstrSignature;
break;
case TypeIds.T_double:
signature = ConstantPool.DoubleConstrSignature;
argCount = 2;
break;
case TypeIds.T_char:
signature = ConstantPool.CharConstrSignature;
break;
case TypeIds.T_boolean:
signature = ConstantPool.BooleanConstrSignature;
break;
|
| ||||
case TypeIds.T_int:
case TypeIds.T_byte:
case TypeIds.T_short:
signature = ConstantPool.ValueOfIntSignature;
break;
case TypeIds.T_long:
signature = ConstantPool.ValueOfLongSignature;
argCount = 2;
break;
case TypeIds.T_float:
signature = ConstantPool.ValueOfFloatSignature;
break;
case TypeIds.T_double:
signature = ConstantPool.ValueOfDoubleSignature;
argCount = 2;
break;
case TypeIds.T_char:
signature = ConstantPool.ValueOfCharSignature;
break;
case TypeIds.T_boolean:
signature = ConstantPool.ValueOfBooleanSignature;
break;
|
| |||
case TypeIds.T_int: case TypeIds.T_byte: case TypeIds.T_short: signature = ConstantPool. [[#variablea1853780]]; break; case TypeIds.T_long: signature = ConstantPool. [[#variablea18536e0]]; argCount = 2; break; case TypeIds.T_float: signature = ConstantPool. [[#variablea1853620]]; break; case TypeIds.T_double: signature = ConstantPool. [[#variablea18535a0]]; argCount = 2; break; case TypeIds.T_char: signature = ConstantPool. [[#variablea1853520]]; break; case TypeIds.T_boolean: signature = ConstantPool. [[#variablea1853500]]; break; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a1853780]] | ValueOfIntSignature |
| 1 | 2 | [[#a1853780]] | IntConstrSignature |
| 2 | 1 | [[#a18536e0]] | ValueOfLongSignature |
| 2 | 2 | [[#a18536e0]] | LongConstrSignature |
| 3 | 1 | [[#a1853620]] | ValueOfFloatSignature |
| 3 | 2 | [[#a1853620]] | FloatConstrSignature |
| 4 | 1 | [[#a18535a0]] | ValueOfDoubleSignature |
| 4 | 2 | [[#a18535a0]] | DoubleConstrSignature |
| 5 | 1 | [[#a1853520]] | ValueOfCharSignature |
| 5 | 2 | [[#a1853520]] | CharConstrSignature |
| 6 | 1 | [[#a1853500]] | ValueOfBooleanSignature |
| 6 | 2 | [[#a1853500]] | BooleanConstrSignature |