CloneSet5406


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142062
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
241849
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
4
Source Line
2062
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

        int end = this.intStack[this.intPtr-- ];

        int dim = this.intStack[this.intPtr-- ];
        TypeReference rightSide = getTypeReference(0);


Clone Instance
2
Line Count
4
Source Line
1849
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        int end = this.intStack[this.intPtr-- ];

        int dim = this.intStack[this.intPtr-- ];
        TypeReference rightSide = getTypeReference(0);


Clone AbstractionParameter Count: 0Parameter Bindings

int end = this.intStack[this.intPtr-- ];
int dim = this.intStack[this.intPtr-- ];
TypeReference rightSide = getTypeReference(0);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None