Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.989 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 202 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java |
2 | 5 | 241 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java |
3 | 5 | 259 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java |
| ||||
TypeVariableBinding current = typeVariables[i]; TypeBinding substitute = substitutes[i]; if (substitute != null) continue nextTypeParameter; // already inferred previously TypeBinding[][] variableSubstitutes = (TypeBinding[][]) collectedSubstitutes.get(current); TypeBinding [] equalSubstitutes = variableSubstitutes[CONSTRAINT_EQUAL]; |
| ||||
TypeVariableBinding current = typeVariables[i]; TypeBinding substitute = substitutes[i]; if (substitute != null) continue nextTypeParameter; // already inferred previously TypeBinding[][] variableSubstitutes = (TypeBinding[][]) collectedSubstitutes.get(current); TypeBinding [] bounds = variableSubstitutes[CONSTRAINT_SUPER]; |
| ||||
TypeVariableBinding current = typeVariables[i]; TypeBinding substitute = substitutes[i]; if (substitute != null) continue nextTypeParameter; // already inferred previously TypeBinding[][] variableSubstitutes = (TypeBinding[][]) collectedSubstitutes.get(current); TypeBinding [] bounds = variableSubstitutes[CONSTRAINT_EXTENDS]; |
| |||
TypeVariableBinding current = typeVariables[i]; TypeBinding substitute = substitutes[i]; if (substitute != null) continue nextTypeParameter; // already inferred previously TypeBinding[][] variableSubstitutes = (TypeBinding[][]) collectedSubstitutes.get(current); TypeBinding[] [[#variable52c916e0]]= variableSubstitutes[ [[#variable52c917c0]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52c916e0]] | bounds |
1 | 2 | [[#52c916e0]] | equalSubstitutes |
1 | 3 | [[#52c916e0]] | bounds |
2 | 1 | [[#52c917c0]] | CONSTRAINT_EXTENDS |
2 | 2 | [[#52c917c0]] | CONSTRAINT_EQUAL |
2 | 3 | [[#52c917c0]] | CONSTRAINT_SUPER |