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.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2281 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 3 | 2292 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
this.repetitions = Integer.parseInt(currentArg); if (this.repetitions <= 0) { throw new InvalidInputException(this.bind("configure.repetition", currentArg)); //$NON-NLS-1$ } |
| ||||
this.maxProblems = Integer.parseInt(currentArg); if (this.maxProblems <= 0) { throw new InvalidInputException(this.bind("configure.maxProblems", currentArg)); //$NON-NLS-1$ } |
| |||
this. [[#variablea123c660]]= Integer.parseInt(currentArg); if (this. [[#variablea123c660]]<= 0) { throw new InvalidInputException(this.bind( [[#variablea0f81500]], currentArg)); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a123c660]] | repetitions |
1 | 2 | [[#a123c660]] | maxProblems |
2 | 1 | [[#a0f81500]] | "configure.repetition" |
2 | 2 | [[#a0f81500]] | "configure.maxProblems" |