CloneSet9768


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1279
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java
2285
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java
Clone Instance
1
Line Count
2
Source Line
79
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.java

                if (one.declaringClass.id == TypeIds.T_JavaLangObject)
                        return substituteTwo.returnType.isCompatibleWith(one.returnType); // interface methods inherit from Object


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

        // check for methods from Object, every interface inherits from Object
        if (substituteTwo.declaringClass.id == TypeIds.T_JavaLangObject)
                return one.returnType.isCompatibleWith(substituteTwo.returnType);


Clone AbstractionParameter Count: 2Parameter Bindings

// check for methods from Object, every interface inherits from Object
if ( [[#variablebddb0060]].declaringClass.id == TypeIds.T_JavaLangObject)
  return [[#variableba02dfe0]].returnType.isCompatibleWith( [[#variablebddb0060]].returnType); // interface methods inherit from Object
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bddb0060]]
substituteTwo 
12[[#bddb0060]]
one 
21[[#ba02dfe0]]
one 
22[[#ba02dfe0]]
substituteTwo