Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1907 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 6 | 1914 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
if (currentArg.equals("-repeat")) { //$NON-NLS-1$ if (this.repetitions > 0) throw new InvalidInputException( this.bind("configure.duplicateRepeat", currentArg)); //$NON-NLS-1$ mode = INSIDE_REPETITION; continue ; } |
| ||||
if (currentArg.equals("-maxProblems")) { //$NON-NLS-1$ if (this.maxProblems > 0) throw new InvalidInputException( this.bind("configure.duplicateMaxProblems", currentArg)); //$NON-NLS-1$ mode = INSIDE_MAX_PROBLEMS; continue ; } |
| |||
if (currentArg.equals( [[#variable92bdfc20]])) { //$NON-NLS-1$ if (this. [[#variable92bdfc40]] > 0) throw new InvalidInputException(this.bind( [[#variable92bdfb60]], currentArg)); //$NON-NLS-1$ mode = [[#variable92bdfba0]]; continue ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92bdfc20]] | "-maxProblems" |
1 | 2 | [[#92bdfc20]] | "-repeat" |
2 | 1 | [[#92bdfc40]] | maxProblems |
2 | 2 | [[#92bdfc40]] | repetitions |
3 | 1 | [[#92bdfb60]] | "configure.duplicateMaxProblems" |
3 | 2 | [[#92bdfb60]] | "configure.duplicateRepeat" |
4 | 1 | [[#92bdfba0]] | INSIDE_MAX_PROBLEMS |
4 | 2 | [[#92bdfba0]] | INSIDE_REPETITION |