| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 3 | 0.977 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 489 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| 2 | 2 | 720 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| 3 | 2 | 722 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
this.parameters.put(Logger.VALUE, new Integer(exportedClassFilesCounter));
this.printTag(Logger.NUMBER_OF_CLASSFILES, this.parameters, true, true);
|
| ||||
this.parameters.put(Logger.VALUE, new Long(time));
this.printTag(Logger.TIME, this.parameters, true, true);
|
| ||||
this.parameters.put(Logger.VALUE, new Long(lineCount));
this.printTag(Logger.NUMBER_OF_LINES, this.parameters, true, true);
|
| |||
this.parameters.put(Logger.VALUE, new [[#variable5ccfd060]]( [[#variable5ccfd0e0]])); this.printTag(Logger. [[#variable5fa8ee00]], this.parameters, true, true); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5ccfd060]] | Integer |
| 1 | 2 | [[#5ccfd060]] | Long |
| 1 | 3 | [[#5ccfd060]] | Long |
| 2 | 1 | [[#5ccfd0e0]] | exportedClassFilesCounter |
| 2 | 2 | [[#5ccfd0e0]] | time |
| 2 | 3 | [[#5ccfd0e0]] | lineCount |
| 3 | 1 | [[#5fa8ee00]] | NUMBER_OF_CLASSFILES |
| 3 | 2 | [[#5fa8ee00]] | TIME |
| 3 | 3 | [[#5fa8ee00]] | NUMBER_OF_LINES |