| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 2 | 0.969 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 450 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/JavaBuilder.java |
| 2 | 5 | 484 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/JavaBuilder.java |
| ||||
if (DEBUG) {
System.out.println("New location: " + newSourceLocations[n] + "\n!= old location: " + oldSourceLocations[o]); //$NON-NLS-1$ //$NON-NLS-2$
printLocations(newSourceLocations, oldSourceLocations);
}
return true;
|
| ||||
if (DEBUG) {
System.out.println("New location: " + newBinaryLocations[n] + "\n!= old location: " + oldBinaryLocations[o]); //$NON-NLS-1$ //$NON-NLS-2$
printLocations(newBinaryLocations, oldBinaryLocations);
}
return true;
|
| |||
if (DEBUG) {
System.out.println("New location: " + [[#variable99461920]][n] + "\n!= old location: " + [[#variable9a209f60]][o]); //$NON-NLS-1$ //$NON-NLS-2$
printLocations( [[#variable99461920]], [[#variable9a209f60]]);
}
return true;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#99461920]] | newBinaryLocations |
| 1 | 2 | [[#99461920]] | newSourceLocations |
| 2 | 1 | [[#9a209f60]] | oldBinaryLocations |
| 2 | 2 | [[#9a209f60]] | oldSourceLocations |