Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.963 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 56 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
2 | 1 | 82 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
3 | 1 | 173 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
4 | 1 | 186 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| ||||
case (T_byte << 4) + T_long: return ByteConstant.fromValue((byte) this.longValue()); |
| ||||
case (T_short << 4) + T_long: return ShortConstant.fromValue((short) this.longValue()); |
| ||||
case (T_char << 4) + T_long: return CharConstant.fromValue((char) this.longValue()); |
| ||||
case (T_int << 4) + T_long: return IntConstant.fromValue((int) this.longValue()); |
| |||
case ( [[#variable9af2cae0]] << 4) + T_long: return [[#variable9af2ca40]].fromValue(( [[#variable9af2c920]]) this.longValue()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9af2cae0]] | T_int |
1 | 2 | [[#9af2cae0]] | T_char |
1 | 3 | [[#9af2cae0]] | T_short |
1 | 4 | [[#9af2cae0]] | T_byte |
2 | 1 | [[#9af2ca40]] | IntConstant |
2 | 2 | [[#9af2ca40]] | CharConstant |
2 | 3 | [[#9af2ca40]] | ShortConstant |
2 | 4 | [[#9af2ca40]] | ByteConstant |
3 | 1 | [[#9af2c920]] | int |
3 | 2 | [[#9af2c920]] | char |
3 | 3 | [[#9af2c920]] | short |
3 | 4 | [[#9af2c920]] | byte |