| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 0 | 1.000 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1930 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 2 | 3 | 1982 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
int nameSourceStart = (int) (expression.nameSourcePosition >>> 32);
int nameSourceLength = ((int) expression.nameSourcePosition) - nameSourceStart + 1;
name.setSourceRange(nameSourceStart, nameSourceLength);
|
| ||||
int nameSourceStart = (int) (expression.nameSourcePosition >>> 32);
int nameSourceLength = ((int) expression.nameSourcePosition) - nameSourceStart + 1;
name.setSourceRange(nameSourceStart, nameSourceLength);
|
| |||
int nameSourceStart = (int) (expression.nameSourcePosition >>> 32); int nameSourceLength = ((int) expression.nameSourcePosition) - nameSourceStart + 1; name.setSourceRange(nameSourceStart, nameSourceLength); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||