Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 5 | 1 | 0.995 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1970 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 9 | 1989 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 9 | 2003 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
4 | 9 | 2017 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
5 | 9 | 2031 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
{ StringBuffer errorMessage = new StringBuffer(); errorMessage.append(currentArg); if ((index + 1) < argCount) { errorMessage.append(' '); errorMessage.append(newCommandLineArgs[index + 1]); } throw new InvalidInputException( this.bind("configure.duplicateOutputPath", errorMessage.toString())); //$NON-NLS-1$ } |
| ||||
{ StringBuffer errorMessage = new StringBuffer(); errorMessage.append(currentArg); if ((index + 1) < argCount) { errorMessage.append(' '); errorMessage.append(newCommandLineArgs[index + 1]); } throw new InvalidInputException( this.bind("configure.duplicateBootClasspath", errorMessage.toString())); //$NON-NLS-1$ } |
| ||||
{ StringBuffer errorMessage = new StringBuffer(); errorMessage.append(currentArg); if ((index + 1) < argCount) { errorMessage.append(' '); errorMessage.append(newCommandLineArgs[index + 1]); } throw new InvalidInputException( this.bind("configure.duplicateSourcepath", errorMessage.toString())); //$NON-NLS-1$ } |
| ||||
{ StringBuffer errorMessage = new StringBuffer(); errorMessage.append(currentArg); if ((index + 1) < argCount) { errorMessage.append(' '); errorMessage.append(newCommandLineArgs[index + 1]); } throw new InvalidInputException( this.bind("configure.duplicateExtDirs", errorMessage.toString())); //$NON-NLS-1$ } |
| ||||
{ StringBuffer errorMessage = new StringBuffer(); errorMessage.append(currentArg); if ((index + 1) < argCount) { errorMessage.append(' '); errorMessage.append(newCommandLineArgs[index + 1]); } throw new InvalidInputException( this.bind("configure.duplicateEndorsedDirs", errorMessage.toString())); //$NON-NLS-1$ } |
| |||
{ StringBuffer errorMessage = new StringBuffer(); errorMessage.append(currentArg); if ((index + 1) < argCount) { errorMessage.append(' '); errorMessage.append(newCommandLineArgs[index + 1]); } throw new InvalidInputException(this.bind( [[#variable5e8cbb20]], errorMessage.toString())); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e8cbb20]] | "configure.duplicateExtDirs" |
1 | 2 | [[#5e8cbb20]] | "configure.duplicateBootClasspath" |
1 | 3 | [[#5e8cbb20]] | "configure.duplicateSourcepath" |
1 | 4 | [[#5e8cbb20]] | "configure.duplicateOutputPath" |
1 | 5 | [[#5e8cbb20]] | "configure.duplicateEndorsedDirs" |