CloneSet1047


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5601.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15675
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
25709
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
35392
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java
45713
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
55738
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
65764
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
Clone Instance
1
Line Count
5
Source Line
675
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

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


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

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


Clone Instance
3
Line Count
5
Source Line
392
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java

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


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

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


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

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


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

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


Clone AbstractionParameter Count: 0Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None