Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.963 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 64 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
2 | 1 | 90 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| ||||
// case (T_byte<<4)+T_boolean : return NotAConstant; case (T_byte << 4) + T_char: return ByteConstant.fromValue((byte) this.charValue()); |
| ||||
// case (T_short<<4)+T_boolean : return NotAConstant; case (T_short << 4) + T_char: return ShortConstant.fromValue((short) this.charValue()); |
| |||
// case (T_short<<4)+T_boolean : return NotAConstant; // case (T_byte<<4)+T_boolean : return NotAConstant; case ( [[#variable9aee99a0]] << 4) + T_char: return [[#variable9aee9580]].fromValue(( [[#variable9aee9a00]]) this.charValue()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9aee99a0]] | T_short |
1 | 2 | [[#9aee99a0]] | T_byte |
2 | 1 | [[#9aee9580]] | ShortConstant |
2 | 2 | [[#9aee9580]] | ByteConstant |
3 | 1 | [[#9aee9a00]] | short |
3 | 2 | [[#9aee9a00]] | byte |