Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.974 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 70 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
2 | 1 | 135 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
3 | 1 | 148 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
4 | 1 | 187 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| ||||
case (T_long << 4) + T_short: return LongConstant.fromValue(this.shortValue()); |
| ||||
case (T_double << 4) + T_short: return DoubleConstant.fromValue(this.shortValue()); |
| ||||
case (T_float << 4) + T_short: return FloatConstant.fromValue(this.shortValue()); |
| ||||
case (T_int << 4) + T_short: return IntConstant.fromValue(this.shortValue()); |
| |||
case ( [[#variablea0790020]] << 4) + T_short: return [[#variable9d98ff20]].fromValue(this.shortValue()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0790020]] | T_int |
1 | 2 | [[#a0790020]] | T_float |
1 | 3 | [[#a0790020]] | T_double |
1 | 4 | [[#a0790020]] | T_long |
2 | 1 | [[#9d98ff20]] | IntConstant |
2 | 2 | [[#9d98ff20]] | FloatConstant |
2 | 3 | [[#9d98ff20]] | DoubleConstant |
2 | 4 | [[#9d98ff20]] | LongConstant |