CloneSet1036


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7330.979class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17420
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
27433
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
37446
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
7
Source Line
420
Source File
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$
                }


Clone Instance
2
Line Count
7
Source Line
433
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                /**
                 * @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$
                }


Clone Instance
3
Line Count
7
Source Line
446
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                /**
                 * @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$
                }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
                 * @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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a387f2c0]]
logIncorrectClasspath 
12[[#a387f2c0]]
logIncorrectEndorsedDirsEntry 
13[[#a387f2c0]]
logIncorrectExtDirsEntry 
21[[#a387f260]]
wrongClasspath 
22[[#a387f260]]
wrongPath 
23[[#a387f260]]
wrongPath 
31[[#a387f1c0]]
"configure.incorrectClasspath" 
32[[#a387f1c0]]
"configure.incorrectEndorsedDirsEntry" 
33[[#a387f1c0]]
"configure.incorrectExtDirsEntry"