CloneSet2395


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


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

/**
                 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4ecc1c0]]
logNoClasspath 
12[[#a4ecc1c0]]
logWrongJDK 
21[[#a4ecc120]]
"configure.noClasspath" 
22[[#a4ecc120]]
"configure.requiresJDK1.2orAbove" 
31[[#a4ecc080]]
ERROR_TAG 
32[[#a4ecc080]]
ERROR