Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 6 | 0.953 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 170 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
2 | 6 | 176 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
3 | 6 | 182 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
| ||||
case TypeIds.T_int: this.wrappedConstantValue = new Integer(fieldConstant.intValue()); break; case TypeIds.T_byte: this.wrappedConstantValue = new Byte(fieldConstant.byteValue()); break; |
| ||||
case TypeIds.T_short: this.wrappedConstantValue = new Short(fieldConstant.shortValue()); break; case TypeIds.T_char: this.wrappedConstantValue = new Character(fieldConstant.charValue()); break; |
| ||||
case TypeIds.T_float: this.wrappedConstantValue = new Float(fieldConstant.floatValue()); break; case TypeIds.T_double: this.wrappedConstantValue = new Double(fieldConstant.doubleValue()); break; |
| |||
case TypeIds. [[#variableb4f49240]]: this.wrappedConstantValue = new [[#variableb4f491c0]](fieldConstant. [[#variableb4f49100]]()); break; case TypeIds. [[#variableb4f48300]]: this.wrappedConstantValue = new [[#variableb4f490e0]](fieldConstant. [[#variableb4f490c0]]()); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4f49240]] | T_int |
1 | 2 | [[#b4f49240]] | T_short |
1 | 3 | [[#b4f49240]] | T_float |
2 | 1 | [[#b4f491c0]] | Integer |
2 | 2 | [[#b4f491c0]] | Short |
2 | 3 | [[#b4f491c0]] | Float |
3 | 1 | [[#b4f49100]] | intValue |
3 | 2 | [[#b4f49100]] | shortValue |
3 | 3 | [[#b4f49100]] | floatValue |
4 | 1 | [[#b4f48300]] | T_byte |
4 | 2 | [[#b4f48300]] | T_char |
4 | 3 | [[#b4f48300]] | T_double |
5 | 1 | [[#b4f490e0]] | Byte |
5 | 2 | [[#b4f490e0]] | Character |
5 | 3 | [[#b4f490e0]] | Double |
6 | 1 | [[#b4f490c0]] | byteValue |
6 | 2 | [[#b4f490c0]] | charValue |
6 | 3 | [[#b4f490c0]] | doubleValue |