CloneSet8010


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142438
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
243439
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
Clone Instance
1
Line Count
4
Source Line
2438
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

        if (this.identifierLengthStack[this.identifierLengthPtr] > 1) { // reducing a qualified name
                // potential receiver is being poped, so reset potential receiver
                this.invocationType = NO_RECEIVER;
                this.qualifier = -1;
        }


Clone Instance
2
Line Count
4
Source Line
3439
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

        if (this.identifierLengthStack[this.identifierLengthPtr] > 1) { // reducing a qualified name
                // potential receiver is being poped, so reset potential receiver
                this.invocationType = NO_RECEIVER;
                this.qualifier = -1;
        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.identifierLengthStack[this.identifierLengthPtr] > 1) { // reducing a qualified name
  // potential receiver is being poped, so reset potential receiver
  this.invocationType = NO_RECEIVER;
  this.qualifier = -1;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None