CloneSet3971


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

        TypeReference superType = getTypeReference(this.intStack[this.intPtr-- ]);
        TypeParameter typeParameter = (TypeParameter) this.genericsStack[this.genericsPtr];


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

        //TypeParameter ::= TypeParameterHeader 'extends' ReferenceType
        TypeReference superType = getTypeReference(this.intStack[this.intPtr-- ]);
        TypeParameter typeParameter = (TypeParameter) this.genericsStack[this.genericsPtr];


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

        TypeReference superType = getTypeReference(this.intStack[this.intPtr-- ]);
        TypeParameter typeParameter = (TypeParameter) this.genericsStack[this.genericsPtr];


Clone AbstractionParameter Count: 0Parameter Bindings

//TypeParameter ::= TypeParameterHeader 'extends' ReferenceType
TypeReference superType = getTypeReference(this.intStack[this.intPtr-- ]);
TypeParameter typeParameter = (TypeParameter) this.genericsStack[this.genericsPtr];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None