Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 7 | 2 | 0.976 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1239 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
2 | 1 | 1240 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
3 | 1 | 1241 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
4 | 1 | 1242 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
5 | 1 | 1243 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
6 | 1 | 1244 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
7 | 1 | 1245 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| ||||
case T_char: return StringConstant.fromValue(left.stringValue() + String.valueOf(right.charValue())); |
| ||||
case T_float: return StringConstant.fromValue(left.stringValue() + String.valueOf(right.floatValue())); |
| ||||
case T_double: return StringConstant.fromValue(left.stringValue() + String.valueOf(right.doubleValue())); |
| ||||
case T_byte: return StringConstant.fromValue(left.stringValue() + String.valueOf(right.byteValue())); |
| ||||
case T_short: return StringConstant.fromValue(left.stringValue() + String.valueOf(right.shortValue())); |
| ||||
case T_int: return StringConstant.fromValue(left.stringValue() + String.valueOf(right.intValue())); |
| ||||
case T_long: return StringConstant.fromValue(left.stringValue() + String.valueOf(right.longValue())); |
| |||
case [[#variable63594340]]: return StringConstant.fromValue(left.stringValue() + String.valueOf(right. [[#variable635943a0]]())); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63594340]] | T_char |
1 | 2 | [[#63594340]] | T_float |
1 | 3 | [[#63594340]] | T_double |
1 | 4 | [[#63594340]] | T_byte |
1 | 5 | [[#63594340]] | T_short |
1 | 6 | [[#63594340]] | T_int |
1 | 7 | [[#63594340]] | T_long |
2 | 1 | [[#635943a0]] | charValue |
2 | 2 | [[#635943a0]] | floatValue |
2 | 3 | [[#635943a0]] | doubleValue |
2 | 4 | [[#635943a0]] | byteValue |
2 | 5 | [[#635943a0]] | shortValue |
2 | 6 | [[#635943a0]] | intValue |
2 | 7 | [[#635943a0]] | longValue |