Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2710 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 6 | 2718 | 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; |
| ||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c38a8c0]] | invocationVariables |
1 | 2 | [[#7c38a8c0]] | parameterizedType.arguments |