CloneSet5562


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.969statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14323
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java
24347
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java
Clone Instance
1
Line Count
4
Source Line
323
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java

                                        if (inheritedMethod != null) {
                                                if (doesMethodOverride(currentMethod, inheritedMethod)) {
                                                        matchingInherited[ ++index] = inheritedMethod;
                                                        inherited[j] = null; // do not want to find it again
                                                }
                                        }


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

                                if (otherInheritedMethod != null) {
                                        if (doesMethodOverride(inheritedMethod, otherInheritedMethod)) {
                                                matchingInherited[ ++index] = otherInheritedMethod;
                                                inherited[j] = null; // do not want to find it again
                                        }
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable987b6660]]!= null) {
  if (doesMethodOverride( [[#variable987b66e0]],  [[#variable987b6660]])) {
    matchingInherited[ ++index] = [[#variable987b6660]];
    inherited[j] = null; // do not want to find it again
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#987b6660]]
inheritedMethod 
12[[#987b6660]]
otherInheritedMethod 
21[[#987b66e0]]
currentMethod 
22[[#987b66e0]]
inheritedMethod