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 | 57 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
2 | 1 | 174 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| ||||
case (T_byte << 4) + T_short: return ByteConstant.fromValue((byte) this.shortValue()); |
| ||||
case (T_char << 4) + T_short: return CharConstant.fromValue((char) this.shortValue()); |
| |||
case ( [[#variable95787da0]] << 4) + T_short: return [[#variable95787d00]].fromValue(( [[#variable95787c60]]) this.shortValue()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95787da0]] | T_char |
1 | 2 | [[#95787da0]] | T_byte |
2 | 1 | [[#95787d00]] | CharConstant |
2 | 2 | [[#95787d00]] | ByteConstant |
3 | 1 | [[#95787c60]] | char |
3 | 2 | [[#95787c60]] | byte |