Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 0 | 1.000 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 42 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/DoubleConstant.java |
2 | 14 | 41 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/FloatConstant.java |
| ||||
public int intValue() { return (int) value; } public long longValue() { return (long) value; } public short shortValue() { return (short) value; } public String stringValue() { return String.valueOf(this.value); } |
| ||||
public int intValue() { return (int) value; } public long longValue() { return (long) value; } public short shortValue() { return (short) value; } public String stringValue() { return String.valueOf(this.value); } |
| |||
public int intValue() { return (int) value; } public long longValue() { return (long) value; } public short shortValue() { return (short) value; } public String stringValue() { return String.valueOf(this.value); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |