Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.971 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2251 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 5 | 2303 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
if (this.didSpecifyTarget) { throw new InvalidInputException( this.bind("configure.duplicateTarget", currentArg)); //$NON-NLS-1$ } this.didSpecifyTarget = true; |
| ||||
if (this.didSpecifySource) { throw new InvalidInputException( this.bind("configure.duplicateSource", currentArg)); //$NON-NLS-1$ } this.didSpecifySource = true; |
| |||
if (this. [[#variable56278fc0]]) { throw new InvalidInputException(this.bind( [[#variable56279b80]], currentArg)); //$NON-NLS-1$ } this. [[#variable56278fc0]]= true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56278fc0]] | didSpecifySource |
1 | 2 | [[#56278fc0]] | didSpecifyTarget |
2 | 1 | [[#56279b80]] | "configure.duplicateSource" |
2 | 2 | [[#56279b80]] | "configure.duplicateTarget" |