CloneSet5686


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14343
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java
24395
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java
Clone Instance
1
Line Count
4
Source Line
343
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java

                                MethodBinding otherInheritedMethod = inherited[j];
                                if (canSkipInheritedMethods(inheritedMethod, otherInheritedMethod))
                                        continue ;
                                otherInheritedMethod = computeSubstituteMethod(otherInheritedMethod, inheritedMethod);


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

                                        MethodBinding otherInheritedMethod = inherited[j];
                                        if (canSkipInheritedMethods(inheritedMethod, otherInheritedMethod))
                                                continue ;
                                        otherInheritedMethod = computeSubstituteMethod(otherInheritedMethod, inheritedMethod);


Clone AbstractionParameter Count: 0Parameter Bindings

MethodBinding otherInheritedMethod = inherited[j];
if (canSkipInheritedMethods(inheritedMethod, otherInheritedMethod))
  continue ;
otherInheritedMethod = computeSubstituteMethod(otherInheritedMethod, inheritedMethod);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None