| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.986 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 3191 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 2 | 3 | 3204 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
int start = (int) (positions[startingIndex] >>> 32);
int end = (int) positions[startingIndex];
simpleName.setSourceRange(start, end - start + 1);
|
| ||||
int start = (int) (positions[startingIndex] >>> 32);
int end = (int) positions[endingIndex];
simpleType.setSourceRange(start, end - start + 1);
|
| |||
int start = (int) (positions[startingIndex] >>> 32); int end = (int) positions[ [[#variable62e49a40]]]; [[#variable55fe0980]].setSourceRange(start, end - start + 1); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#62e49a40]] | endingIndex |
| 1 | 2 | [[#62e49a40]] | startingIndex |
| 2 | 1 | [[#55fe0980]] | simpleType |
| 2 | 2 | [[#55fe0980]] | simpleName |