CloneSet7821


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.957statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1289
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java
2291
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java
Clone Instance
1
Line Count
2
Source Line
89
Source File
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);


Clone Instance
2
Line Count
2
Source Line
91
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java

        if (substituteTwo.declaringClass.implementsInterface(one.declaringClass, true))
                return substituteTwo.returnType.isCompatibleWith(one.returnType);


Clone AbstractionParameter Count: 2Parameter Bindings

// both are interfaces, see if they're related
if ( [[#variable4c835120]].declaringClass.implementsInterface( [[#variable4c8350a0]].declaringClass, true))
  return [[#variable4c835120]].returnType.isCompatibleWith( [[#variable4c8350a0]].returnType);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4c835120]]
substituteTwo 
12[[#4c835120]]
one 
21[[#4c8350a0]]
one 
22[[#4c8350a0]]
substituteTwo