Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 717 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 11 | 464 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
| ||||
{ if (isInterface()) { if (superInterfaces().length == 1) { // ensure superinterfaces are resolved before checking if (refScope != null) refScope.recordTypeReference(superInterfaces[0]); return superInterfaces[0].getExactMethod(selector, argumentTypes, refScope); } } else if (superclass() != null) { // ensure superclass is resolved before checking if (refScope != null) refScope.recordTypeReference(superclass); return superclass.getExactMethod(selector, argumentTypes, refScope); } } |
| ||||
{ if (isInterface()) { if (superInterfaces().length == 1) { if (refScope != null) refScope.recordTypeReference(superInterfaces[0]); return superInterfaces[0].getExactMethod(selector, argumentTypes, refScope); } } else if (superclass() != null) { if (refScope != null) refScope.recordTypeReference(superclass); return superclass.getExactMethod(selector, argumentTypes, refScope); } } |
| |||
{ if (isInterface()) { if (superInterfaces().length == 1) { // ensure superinterfaces are resolved before checking if (refScope != null) refScope.recordTypeReference(superInterfaces[0]); return superInterfaces[0].getExactMethod(selector, argumentTypes, refScope); } } else if (superclass() != null) { // ensure superclass is resolved before checking if (refScope != null) refScope.recordTypeReference(superclass); return superclass.getExactMethod(selector, argumentTypes, refScope); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |