| 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.953 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 403 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java |
| 2 | 7 | 418 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java |
| ||||
if (options.verbose)
this.out.println(
Messages.bind(Messages.compilation_process,
new String[] {
String.valueOf(i + 1),
String.valueOf(this.totalUnits),
new String(unitsToProcess[i].getFileName())
} ));
|
| ||||
if (options.verbose)
this.out.println(
Messages.bind(Messages.compilation_done,
new String[] {
String.valueOf(i + 1),
String.valueOf(this.totalUnits),
new String(unit.getFileName())
} ));
|
| |||
if (options.verbose)
this.out.println(Messages.bind(Messages. [[#variable55a9fdc0]], new String[] {
String.valueOf(i + 1),
String.valueOf(this.totalUnits),
new String( [[#variable5572e360]].getFileName())
} ));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#55a9fdc0]] | compilation_done |
| 1 | 2 | [[#55a9fdc0]] | compilation_process |
| 2 | 1 | [[#5572e360]] | unit |
| 2 | 2 | [[#5572e360]] | unitsToProcess[i] |