Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.961 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 289 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
2 | 3 | 292 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
3 | 3 | 295 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
| ||||
case 'C': // char constant constant = CharConstant.fromValue((char) i4At(relativeOffset + 1)); break; |
| ||||
case 'B': // byte constant constant = ByteConstant.fromValue((byte) i4At(relativeOffset + 1)); break; |
| ||||
case 'S': // short constant constant = ShortConstant.fromValue((short) i4At(relativeOffset + 1)); break; |
| |||
case [[#variable5f231b60]]: // char constant // byte constant // short constant constant = [[#variable5f231b00]].fromValue(( [[#variable5f231a20]]) i4At(relativeOffset + 1)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f231b60]] | 'C' |
1 | 2 | [[#5f231b60]] | 'B' |
1 | 3 | [[#5f231b60]] | 'S' |
2 | 1 | [[#5f231b00]] | CharConstant |
2 | 2 | [[#5f231b00]] | ByteConstant |
2 | 3 | [[#5f231b00]] | ShortConstant |
3 | 1 | [[#5f231a20]] | char |
3 | 2 | [[#5f231a20]] | byte |
3 | 3 | [[#5f231a20]] | short |