CloneSet5160


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.964statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15405
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java
25810
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
Clone Instance
1
Line Count
5
Source Line
405
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java

                                if (toMatch.length == argCount) {
                                        for (int p = 0; p < argCount; p++)
                                                if (toMatch[p] != argumentTypes[p])
                                                        continue nextMethod;
                                                return method;
                                }


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

                                if (toMatch.length == argCount) {
                                        for (int iarg = 0; iarg < argCount; iarg++)
                                                if (toMatch[iarg] != argumentTypes[iarg])
                                                        continue nextMethod;
                                        return method;
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (toMatch.length == argCount) {
  for (int  [[#variable5cced4c0]]= 0; [[#variable5cced4c0]] < argCount; [[#variable5cced4c0]]++)
    if (toMatch[ [[#variable5cced4c0]]] != argumentTypes[ [[#variable5cced4c0]]])
      continue nextMethod;
  return method;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5cced4c0]]
iarg 
12[[#5cced4c0]]
p