Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 750 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 8 | 763 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
final String version = this.main.bind("misc.version", //$NON-NLS-1$ new String[] { this.main.bind("compiler.name"), //$NON-NLS-1$ this.main.bind("compiler.version"), //$NON-NLS-1$ this.main.bind("compiler.copyright") //$NON-NLS-1$ } ); this.log.println("# " + version); //$NON-NLS-1$ |
| ||||
final String version = this.main.bind("misc.version", //$NON-NLS-1$ new String[] { this.main.bind("compiler.name"), //$NON-NLS-1$ this.main.bind("compiler.version"), //$NON-NLS-1$ this.main.bind("compiler.copyright") //$NON-NLS-1$ } ); this.out.println(version); |
| |||
final String version = this.main.bind("misc.version", //$NON-NLS-1$ new String[] { this.main.bind("compiler.name"), //$NON-NLS-1$ this.main.bind("compiler.version"), //$NON-NLS-1$ this.main.bind("compiler.copyright") //$NON-NLS-1$ } ); this. [[#variable9513e740]].println( [[#variable9513e680]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9513e740]] | out |
1 | 2 | [[#9513e740]] | log |
2 | 1 | [[#9513e680]] | version |
2 | 2 | [[#9513e680]] | "# " + version |