CloneSet7505


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

        wildcard.sourceEnd = wildcard.bound.sourceEnd;
        this.intPtr--; // remove end position of the '?'
        wildcard.sourceStart = this.intStack[this.intPtr-- ];
        pushOnGenericsStack(wildcard);


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

        wildcard.sourceEnd = wildcard.bound.sourceEnd;
        this.intPtr--; // remove end position of the '?'
        wildcard.sourceStart = this.intStack[this.intPtr-- ];
        pushOnGenericsStack(wildcard);


Clone AbstractionParameter Count: 0Parameter Bindings

wildcard.sourceEnd = wildcard.bound.sourceEnd;
this.intPtr--; // remove end position of the '?'
wildcard.sourceStart = this.intStack[this.intPtr-- ];
pushOnGenericsStack(wildcard);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None