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.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 494 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 2 | 732 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
{ this.printlnOut(this.main.bind("compile.severalClassFilesGenerated", //$NON-NLS-1$ String.valueOf(exportedClassFilesCounter))); } |
| ||||
{ this.printlnOut(this.main.bind("compile.totalTime", String.valueOf(time))); //$NON-NLS-1$ } |
| |||
{ this.printlnOut(this.main.bind( [[#variable9e4b7f20]], //$NON-NLS-1$ String.valueOf( [[#variablebb0dc660]]))); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e4b7f20]] | "compile.severalClassFilesGenerated" |
1 | 2 | [[#9e4b7f20]] | "compile.totalTime" |
2 | 1 | [[#bb0dc660]] | exportedClassFilesCounter |
2 | 2 | [[#bb0dc660]] | time |