CloneSet7915


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131049
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
231302
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
3
Source Line
1049
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                        MethodBinding[] currentMethods = currentType.getMethods(selector);
                        if (currentMethods.length > 0)
                                found.addAll(currentMethods);


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

                                MethodBinding[] currentMethods = currentType.getMethods(selector);
                                if (currentMethods.length > 0)
                                        found.addAll(currentMethods);


Clone AbstractionParameter Count: 0Parameter Bindings

MethodBinding[] currentMethods = currentType.getMethods(selector);
if (currentMethods.length > 0)
  found.addAll(currentMethods);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None