Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.974 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 147 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
2 | 1 | 155 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
3 | 1 | 156 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| ||||
case (T_float << 4) + T_long: return FloatConstant.fromValue(this.longValue()); |
| ||||
// case (T_float<<4)+T_boolean : return NotAConstant; case (T_float << 4) + T_char: return FloatConstant.fromValue(this.charValue()); |
| ||||
case (T_float << 4) + T_int: return FloatConstant.fromValue(this.intValue()); |
| |||
// case (T_float<<4)+T_boolean : return NotAConstant; case (T_float << 4) + [[#variable5dd7d600]]: return FloatConstant.fromValue(this. [[#variable5dd7d5a0]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5dd7d600]] | T_int |
1 | 2 | [[#5dd7d600]] | T_long |
1 | 3 | [[#5dd7d600]] | T_char |
2 | 1 | [[#5dd7d5a0]] | intValue |
2 | 2 | [[#5dd7d5a0]] | longValue |
2 | 3 | [[#5dd7d5a0]] | charValue |