CloneSet5400


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.985statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14213
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
24218
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
Clone Instance
1
Line Count
4
Source Line
213
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

        for (int i = this.lastCompletedUnitIndex + 1; i <= this.lastUnitIndex; i++) {
            (this.unitBeingCompleted = this.units[i]).scope.checkAndSetImports();
        }
        stepCompleted = CHECK_AND_SET_IMPORTS;


Clone Instance
2
Line Count
4
Source Line
218
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

        for (int i = this.lastCompletedUnitIndex + 1; i <= this.lastUnitIndex; i++) {
            (this.unitBeingCompleted = this.units[i]).scope.connectTypeHierarchy();
        }
        stepCompleted = CONNECT_TYPE_HIERARCHY;


Clone AbstractionParameter Count: 2Parameter Bindings

for (int i = this.lastCompletedUnitIndex + 1; i <= this.lastUnitIndex; i++) {
  (this.unitBeingCompleted = this.units[i]).scope. [[#variable9ef7bc80]]();
}
stepCompleted = [[#variable9ef7c580]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9ef7bc80]]
connectTypeHierarchy 
12[[#9ef7bc80]]
checkAndSetImports 
21[[#9ef7c580]]
CONNECT_TYPE_HIERARCHY 
22[[#9ef7c580]]
CHECK_AND_SET_IMPORTS