CloneSet7543


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121540
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
221772
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
Clone Instance
1
Line Count
2
Source Line
1540
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                        int ptr = this.identifierPtr - this.identifierLengthStack[this.identifierLengthPtr] + index + 1;
                        RecoveredType recoveredType = (RecoveredType) currentElement;


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

                        int ptr = this.identifierPtr - this.identifierLengthStack[this.identifierLengthPtr] + index + 1;
                        RecoveredType recoveredType = (RecoveredType) currentElement;


Clone AbstractionParameter Count: 0Parameter Bindings

int ptr = this.identifierPtr - this.identifierLengthStack[this.identifierLengthPtr] + index + 1;
RecoveredType recoveredType = (RecoveredType) currentElement;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None