CloneSet4216


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4301.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141455
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
241512
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
34143
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
4
Source Line
1455
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                        //if (rParenPos < lParenPos){ // inside arguments
                        this.assistNode = this.getTypeReference(0);
                        this.lastCheckPoint = this.assistNode.sourceEnd + 1;
                        this.isOrphanCompletionNode = true;
                        return true;


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

                        this.assistNode = this.getTypeReference(0);
                        this.lastCheckPoint = this.assistNode.sourceEnd + 1;
                        this.isOrphanCompletionNode = true;
                        return true;


Clone Instance
3
Line Count
4
Source Line
143
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                        this.assistNode = this.getTypeReference(0);
                        this.lastCheckPoint = this.assistNode.sourceEnd + 1;
                        this.isOrphanCompletionNode = true;
                        return true;


Clone AbstractionParameter Count: 0Parameter Bindings

//if (rParenPos < lParenPos){ // inside arguments
this.assistNode = this.getTypeReference(0);
this.lastCheckPoint = this.assistNode.sourceEnd + 1;
this.isOrphanCompletionNode = true;
return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None