Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 3 | 0.979 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 420 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 7 | 433 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 7 | 446 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
/** * @param wrongClasspath * the given wrong classpath entry */ public void logIncorrectClasspath(String wrongClasspath) { if ((this.tagBits& Logger.XML) != 0) { this.parameters.put(Logger.MESSAGE, this.main.bind("configure.incorrectClasspath", wrongClasspath)); //$NON-NLS-1$ this.printTag(Logger.ERROR_TAG, this.parameters, true, true); } this.printlnErr(this.main.bind( "configure.incorrectClasspath", wrongClasspath)); //$NON-NLS-1$ } |
| ||||
/** * @param wrongPath * the given wrong path entry */ public void logIncorrectEndorsedDirsEntry(String wrongPath) { if ((this.tagBits& Logger.XML) != 0) { this.parameters.put(Logger.MESSAGE, this.main.bind("configure.incorrectEndorsedDirsEntry", wrongPath)); //$NON-NLS-1$ this.printTag(Logger.ERROR_TAG, this.parameters, true, true); } this.printlnErr(this.main.bind( "configure.incorrectEndorsedDirsEntry", wrongPath)); //$NON-NLS-1$ } |
| ||||
/** * @param wrongPath * the given wrong path entry */ public void logIncorrectExtDirsEntry(String wrongPath) { if ((this.tagBits& Logger.XML) != 0) { this.parameters.put(Logger.MESSAGE, this.main.bind("configure.incorrectExtDirsEntry", wrongPath)); //$NON-NLS-1$ this.printTag(Logger.ERROR_TAG, this.parameters, true, true); } this.printlnErr(this.main.bind( "configure.incorrectExtDirsEntry", wrongPath)); //$NON-NLS-1$ } |
| |||
/** * @param wrongClasspath * the given wrong classpath entry */ /** * @param wrongPath * the given wrong path entry */ public void [[#variablea387f2c0]](String [[#variablea387f260]]) { if ((this.tagBits&Logger.XML) != 0) { this.parameters.put(Logger.MESSAGE, this.main.bind( [[#variablea387f1c0]], [[#variablea387f260]])); //$NON-NLS-1$ this.printTag(Logger.ERROR_TAG, this.parameters, true, true); } this.printlnErr(this.main.bind( [[#variablea387f1c0]], [[#variablea387f260]])); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a387f2c0]] | logIncorrectClasspath |
1 | 2 | [[#a387f2c0]] | logIncorrectEndorsedDirsEntry |
1 | 3 | [[#a387f2c0]] | logIncorrectExtDirsEntry |
2 | 1 | [[#a387f260]] | wrongClasspath |
2 | 2 | [[#a387f260]] | wrongPath |
2 | 3 | [[#a387f260]] | wrongPath |
3 | 1 | [[#a387f1c0]] | "configure.incorrectClasspath" |
3 | 2 | [[#a387f1c0]] | "configure.incorrectEndorsedDirsEntry" |
3 | 3 | [[#a387f1c0]] | "configure.incorrectExtDirsEntry" |