CloneSet2478


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.983statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
162710
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
262718
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
6
Source Line
2710
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                        for (int i = 0; i < argLength; i++) {
                                                TypeBinding bestArgument = leastContainingTypeArgument(bestArguments[i], invocationVariables[i], (ReferenceBinding) mec, i, lubStack);
                                                if (bestArgument == null) return null;
                                                bestArguments[i] = bestArgument;
                                        }
                                        break;


Clone Instance
2
Line Count
6
Source Line
2718
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                        for (int i = 0; i < argLength; i++) {
                                                TypeBinding bestArgument = leastContainingTypeArgument(bestArguments[i], parameterizedType.arguments[i], (ReferenceBinding) mec, i, lubStack);
                                                if (bestArgument == null) return null;
                                                bestArguments[i] = bestArgument;
                                        }
                                        break;


Clone AbstractionParameter Count: 1Parameter Bindings

for (int i = 0; i < argLength; i++) {
  TypeBinding bestArgument = leastContainingTypeArgument(bestArguments[i],  [[#variable7c38a8c0]][i], (ReferenceBinding) mec, i, lubStack);
  if (bestArgument == null)
    return null;
  bestArguments[i] = bestArgument;
}
break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7c38a8c0]]
invocationVariables 
12[[#7c38a8c0]]
parameterizedType.arguments