CloneSet4762


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

                        this.genericsIdentifiersLengthPtr--;
                        this.identifierLengthPtr--;
                        // generic type
                        this.assistNode = getAssistTypeReferenceForGenericType(0, length, numberOfIdentifiers);
                        this.lastCheckPoint = this.assistNode.sourceEnd + 1;
                        this.isOrphanCompletionNode = true;
                        return true;


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

                        this.genericsIdentifiersLengthPtr--;
                        this.identifierLengthPtr--;
                        // generic type
                        this.assistNode = getAssistTypeReferenceForGenericType(0, length, numberOfIdentifiers);
                        this.lastCheckPoint = this.assistNode.sourceEnd + 1;
                        this.isOrphanCompletionNode = true;
                        return true;


Clone AbstractionParameter Count: 0Parameter Bindings

this.genericsIdentifiersLengthPtr--;
this.identifierLengthPtr--;
// generic type
this.assistNode = getAssistTypeReferenceForGenericType(0, length, numberOfIdentifiers);
this.lastCheckPoint = this.assistNode.sourceEnd + 1;
this.isOrphanCompletionNode = true;
return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None