CloneSet9482


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151199
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
242922
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
5
Source Line
1199
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

        if (currentClasspath != null) {
                paths.add(currentClasspath);
        }
        else   {
                // we go on anyway
                this.logger.logIncorrectClasspath(currentClasspathName);
        }


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

                                if (currentClasspath != null) {
                                        classpaths.add(currentClasspath);
                                }
                                else   {
                                        this.logger.logIncorrectClasspath(token);
                                        // should not happen - we go on anyway
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (currentClasspath != null) {
   [[#variablebc2d8100]].add(currentClasspath);
}
else {
  // we go on anyway
  this.logger.logIncorrectClasspath( [[#variablebc2d80a0]]);
// should not happen - we go on anyway
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bc2d8100]]
classpaths 
12[[#bc2d8100]]
paths 
21[[#bc2d80a0]]
token 
22[[#bc2d80a0]]
currentClasspathName