Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.984 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 476 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 6 | 777 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
public void logNoClasspath() { if ((this.tagBits& Logger.XML) != 0) { this.parameters.put(Logger.MESSAGE, this.main.bind("configure.noClasspath")); //$NON-NLS-1$ this.printTag(Logger.ERROR_TAG, this.parameters, true, true); } this.printlnErr(this.main.bind("configure.noClasspath")); //$NON-NLS-1$ } |
| ||||
/** * Print the usage of wrong JDK */ public void logWrongJDK() { if ((this.tagBits& Logger.XML) != 0) { this.parameters.put(Logger.MESSAGE, this.main.bind("configure.requiresJDK1.2orAbove")); //$NON-NLS-1$ this.printTag(Logger.ERROR, this.parameters, true, true); } this.printlnErr(this.main.bind("configure.requiresJDK1.2orAbove")); //$NON-NLS-1$ } |
| |||
/** * Print the usage of wrong JDK */ public void [[#variablea4ecc1c0]]() { if ((this.tagBits&Logger.XML) != 0) { this.parameters.put(Logger.MESSAGE, this.main.bind( [[#variablea4ecc120]])); //$NON-NLS-1$ this.printTag(Logger. [[#variablea4ecc080]], this.parameters, true, true); } this.printlnErr(this.main.bind( [[#variablea4ecc120]])); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4ecc1c0]] | logNoClasspath |
1 | 2 | [[#a4ecc1c0]] | logWrongJDK |
2 | 1 | [[#a4ecc120]] | "configure.noClasspath" |
2 | 2 | [[#a4ecc120]] | "configure.requiresJDK1.2orAbove" |
3 | 1 | [[#a4ecc080]] | ERROR_TAG |
3 | 2 | [[#a4ecc080]] | ERROR |