CloneSet4054


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15189
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
25270
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
35333
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
5
Source Line
189
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                // trick to avoid creating a selection on type reference
                char [] oldIdent = this.assistIdentifier();
                this.setAssistIdentifier(null);
                alloc.type = getTypeReference(0);

                this.setAssistIdentifier(oldIdent);


Clone Instance
2
Line Count
5
Source Line
270
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                // trick to avoid creating a selection on type reference
                char [] oldIdent = this.assistIdentifier();
                this.setAssistIdentifier(null);
                alloc.type = getTypeReference(0);

                this.setAssistIdentifier(oldIdent);


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

                // trick to avoid creating a selection on type reference
                char [] oldIdent = this.assistIdentifier();
                this.setAssistIdentifier(null);
                alloc.type = getTypeReference(0);

                this.setAssistIdentifier(oldIdent);


Clone AbstractionParameter Count: 0Parameter Bindings

// trick to avoid creating a selection on type reference
char[] oldIdent = this.assistIdentifier();
this.setAssistIdentifier(null);
alloc.type = getTypeReference(0);
this.setAssistIdentifier(oldIdent);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None