CloneSet4533


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

                int length = this.genericsLengthStack[this.genericsLengthPtr];
                this.problemReporter().invalidUsageOfTypeArguments(
                        (TypeReference) this.genericsStack[this.genericsPtr - length + 1], 
                        (TypeReference) this.genericsStack[this.genericsPtr]);


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

                int length = this.genericsLengthStack[this.genericsLengthPtr];
                this.problemReporter().invalidUsageOfTypeArguments(
                        (TypeReference) this.genericsStack[this.genericsPtr - length + 1], 
                        (TypeReference) this.genericsStack[this.genericsPtr]);


Clone AbstractionParameter Count: 0Parameter Bindings

int length = this.genericsLengthStack[this.genericsLengthPtr];
this.problemReporter().invalidUsageOfTypeArguments((TypeReference) this.genericsStack[this.genericsPtr - length + 1], (TypeReference) this.genericsStack[this.genericsPtr]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None