CloneSet8572


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.958statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111748
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
21362
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java
Clone Instance
1
Line Count
1
Source Line
1748
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                // retrieve an exact visible match (if possible)
                                                // compilationUnitScope().recordTypeReference(receiverType);   not needed since receiver is the source type
                                                MethodBinding methodBinding = classScope.findExactMethod(receiverType, selector, argumentTypes, invocationSite);


Clone Instance
2
Line Count
1
Source Line
362
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java

        MethodBinding methodBinding = super.findMethod(receiverType, selector, argumentTypes, invocationSite);


Clone AbstractionParameter Count: 2Parameter Bindings

// retrieve an exact visible match (if possible)
// compilationUnitScope().recordTypeReference(receiverType);   not needed since receiver is the source type
MethodBinding methodBinding = [[#variablebc2621c0]]. [[#variablebc262140]](receiverType, selector, argumentTypes, invocationSite);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bc2621c0]]
classScope 
12[[#bc2621c0]]
super 
21[[#bc262140]]
findExactMethod 
22[[#bc262140]]
findMethod