Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 464 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/JavaBuilder.java |
2 | 5 | 471 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/JavaBuilder.java |
3 | 5 | 491 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/JavaBuilder.java |
| ||||
if (DEBUG) { System.out.println("Added non-empty source folder"); //$NON-NLS-1$ printLocations(newSourceLocations, oldSourceLocations); } return true; |
| ||||
if (DEBUG) { System.out.println("Removed source folder"); //$NON-NLS-1$ printLocations(newSourceLocations, oldSourceLocations); } return true; |
| ||||
if (DEBUG) { System.out.println("Number of binary folders/jar files has changed:"); //$NON-NLS-1$ printLocations(newBinaryLocations, oldBinaryLocations); } return true; |
| |||
if (DEBUG) { System.out.println( [[#variablea185ede0]]); //$NON-NLS-1$ printLocations( [[#variablea1896fe0]], [[#variablea1897f20]]); } return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a185ede0]] | "Number of binary folders/jar files has changed:" |
1 | 2 | [[#a185ede0]] | "Removed source folder" |
1 | 3 | [[#a185ede0]] | "Added non-empty source folder" |
2 | 1 | [[#a1896fe0]] | newBinaryLocations |
2 | 2 | [[#a1896fe0]] | newSourceLocations |
2 | 3 | [[#a1896fe0]] | newSourceLocations |
3 | 1 | [[#a1897f20]] | oldBinaryLocations |
3 | 2 | [[#a1897f20]] | oldSourceLocations |
3 | 3 | [[#a1897f20]] | oldSourceLocations |