CloneSet7272


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.990statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
127619
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
227627
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
2
Source Line
7619
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        Wildcard wildcard = new Wildcard(Wildcard.EXTENDS);
        wildcard.bound = getTypeReference(this.intStack[this.intPtr-- ]);


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

        Wildcard wildcard = new Wildcard(Wildcard.SUPER);
        wildcard.bound = getTypeReference(this.intStack[this.intPtr-- ]);


Clone AbstractionParameter Count: 1Parameter Bindings

Wildcard wildcard = new Wildcard(Wildcard. [[#variable573f4980]]);
wildcard.bound = getTypeReference(this.intStack[this.intPtr-- ]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#573f4980]]
SUPER 
12[[#573f4980]]
EXTENDS