CloneSet8736


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.951statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151497
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
251775
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
5
Source Line
1497
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                if (foundDepth > 0) {
                                                        invocationSite.setDepth(foundDepth);
                                                        invocationSite.setActualReceiverType(foundActualReceiverType);
                                                }
                                                return foundField;


Clone Instance
2
Line Count
5
Source Line
1775
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                                                        if (depth > 0) {
                                                                                                invocationSite.setDepth(depth);
                                                                                                invocationSite.setActualReceiverType(receiverType);
                                                                                        }
                                                                                        return methodBinding;


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variable9c370900]] > 0) {
  invocationSite.setDepth( [[#variable9c370900]]);
  invocationSite.setActualReceiverType( [[#variable9c371700]]);
}
return [[#variable9c371720]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9c370900]]
depth 
12[[#9c370900]]
foundDepth 
21[[#9c371700]]
receiverType 
22[[#9c371700]]
foundActualReceiverType 
31[[#9c371720]]
methodBinding 
32[[#9c371720]]
foundField