CloneSet7092


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.981class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1358
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
23287
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
Clone Instance
1
Line Count
3
Source Line
58
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java

void buildFieldsAndMethods() {
        for (int i = 0, length = topLevelTypes.length; i < length; i++)
                topLevelTypes[i].scope.buildFieldsAndMethods();
}


Clone Instance
2
Line Count
3
Source Line
287
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java

void connectTypeHierarchy() {
        for (int i = 0, length = topLevelTypes.length; i < length; i++)
                topLevelTypes[i].scope.connectTypeHierarchy();
}


Clone AbstractionParameter Count: 1Parameter Bindings

void [[#variable55fa08a0]]() {
  for (int i = 0, length = topLevelTypes.length; i < length; i++)
    topLevelTypes[i].scope. [[#variable55fa08a0]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55fa08a0]]
connectTypeHierarchy 
12[[#55fa08a0]]
buildFieldsAndMethods