Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 89 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java |
2 | 2 | 91 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java |
| ||||
// both are interfaces, see if they're related if (one.declaringClass.implementsInterface(substituteTwo.declaringClass, true)) return one.returnType.isCompatibleWith(substituteTwo.returnType); |
| ||||
if (substituteTwo.declaringClass.implementsInterface(one.declaringClass, true)) return substituteTwo.returnType.isCompatibleWith(one.returnType); |
| |||
// both are interfaces, see if they're related if ( [[#variable4c835120]].declaringClass.implementsInterface( [[#variable4c8350a0]].declaringClass, true)) return [[#variable4c835120]].returnType.isCompatibleWith( [[#variable4c8350a0]].returnType); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c835120]] | substituteTwo |
1 | 2 | [[#4c835120]] | one |
2 | 1 | [[#4c8350a0]] | one |
2 | 2 | [[#4c8350a0]] | substituteTwo |