CloneSet1900


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15211
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java
25239
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java
Clone Instance
1
Line Count
5
Source Line
211
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java

                        MethodBinding[] methods = superType.getMethods(currentMethod.selector);
                        for (int m = 0, n = methods.length; m < n; m++) {
                                MethodBinding substitute = computeSubstituteMethod(methods[m], currentMethod);
                                if (substitute != null && !doesSubstituteMethodOverride(currentMethod, substitute) && detectNameClash(currentMethod, substitute))
                                        return;
                        }


Clone Instance
2
Line Count
5
Source Line
239
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java

                                MethodBinding[] methods = superType.getMethods(currentMethod.selector);
                                for (int m = 0, n = methods.length; m < n; m++) {
                                        MethodBinding substitute = computeSubstituteMethod(methods[m], currentMethod);
                                        if (substitute != null && !doesSubstituteMethodOverride(currentMethod, substitute) && detectNameClash(currentMethod, substitute))
                                                return;
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

MethodBinding[] methods = superType.getMethods(currentMethod.selector);
for (int m = 0, n = methods.length; m < n; m++) {
  MethodBinding substitute = computeSubstituteMethod(methods[m], currentMethod);
  if (substitute != null && !doesSubstituteMethodOverride(currentMethod, substitute) && detectNameClash(currentMethod, substitute))
    return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None