CloneSet7435


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

        // MethodHeaderDefaultValue ::= DefaultValue
        MethodDeclaration md = (MethodDeclaration) this.astStack[this.astPtr];


        int length = this.expressionLengthStack[this.expressionLengthPtr-- ];


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

        // MethodHeaderExtendedDims ::= Dimsopt
        // now we update the returnType of the method
        MethodDeclaration md = (MethodDeclaration) this.astStack[this.astPtr];
        int extendedDims = this.intStack[this.intPtr-- ];


Clone AbstractionParameter Count: 3Parameter Bindings

// MethodHeaderDefaultValue ::= DefaultValue
// MethodHeaderExtendedDims ::= Dimsopt
// now we update the returnType of the method
MethodDeclaration md = (MethodDeclaration) this.astStack[this.astPtr];
int  [[#variable588802c0]]= this. [[#variable58880200]][this. [[#variable586f9740]]-- ];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#588802c0]]
length 
12[[#588802c0]]
extendedDims 
21[[#58880200]]
expressionLengthStack 
22[[#58880200]]
intStack 
31[[#586f9740]]
expressionLengthPtr 
32[[#586f9740]]
intPtr