CloneSet6877


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.981statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14394
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java
24517
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java
Clone Instance
1
Line Count
4
Source Line
394
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java

        IJavaElement[] previousElement = this.elements;
        int previousElementIndex = this.elementIndex;
        this.elements = JavaElement.NO_ELEMENTS;
        this.elementIndex = -1;


Clone Instance
2
Line Count
4
Source Line
517
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java

        // more than one match - must match simple parameter types
        IJavaElement[] matches = this.elements;
        int matchesIndex = this.elementIndex;
        this.elements = JavaElement.NO_ELEMENTS;
        this.elementIndex = -1;


Clone AbstractionParameter Count: 2Parameter Bindings

// more than one match - must match simple parameter types
IJavaElement[]  [[#variable53afc260]]= this.elements;
int  [[#variable53afcb60]]= this.elementIndex;
this.elements = JavaElement.NO_ELEMENTS;
this.elementIndex = -1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53afc260]]
previousElement 
12[[#53afc260]]
matches 
21[[#53afcb60]]
previousElementIndex 
22[[#53afcb60]]
matchesIndex