Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.987 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 25 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteral.java |
2 | 8 | 22 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteral.java |
| ||||
static final Constant FORMAT_ERROR = DoubleConstant.fromValue(1.0 / 0.0); // NaN; public IntLiteral(char[] token, int s, int e) { super(token, s, e); } public IntLiteral(char[] token, int s, int e, int value) { this(token, s, e); this.value = value; } |
| ||||
static final Constant FORMAT_ERROR = DoubleConstant.fromValue(1.0 / 0.0); // NaN; public LongLiteral(char[] token, int s, int e) { super(token, s, e); } public LongLiteral(char[] token, int s, int e, long value) { this(token, s, e); this.value = value; } |
| |||
static final Constant FORMAT_ERROR = DoubleConstant.fromValue(1.0 / 0.0); // NaN; // NaN; public [[#variable564dde60]](char[] token, int s, int e) { super(token, s, e); } public [[#variable564dde60]](char[] token, int s, int e, [[#variable564dc0c0]] value) { this(token, s, e); this.value = value; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#564dde60]] | IntLiteral |
1 | 2 | [[#564dde60]] | LongLiteral |
2 | 1 | [[#564dc0c0]] | int |
2 | 2 | [[#564dc0c0]] | long |