CloneSet3203


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

        // update the this.astStack, this.astPtr and this.astLengthStack
        int startIndex = this.astPtr - this.variablesCounter[this.nestedType] + 1;
        System.arraycopy(
                this.astStack, 
                startIndex, 
                this.astStack, 
                startIndex - 1, 
                variableDeclaratorsCounter);
        this.astPtr--; // remove the type reference
        this.astLengthStack[ --this.astLengthPtr] = variableDeclaratorsCounter;


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

        // update the this.astStack, this.astPtr and this.astLengthStack
        int startIndex = this.astPtr - this.variablesCounter[this.nestedType] + 1;
        System.arraycopy(
                this.astStack, 
                startIndex, 
                this.astStack, 
                startIndex - 1, 
                variableDeclaratorsCounter);
        this.astPtr--; // remove the type reference
        this.astLengthStack[ --this.astLengthPtr] = variableDeclaratorsCounter;


Clone AbstractionParameter Count: 0Parameter Bindings

// update the this.astStack, this.astPtr and this.astLengthStack
int startIndex = this.astPtr - this.variablesCounter[this.nestedType] + 1;
System.arraycopy(this.astStack, startIndex, this.astStack, startIndex - 1, variableDeclaratorsCounter);
this.astPtr--; // remove the type reference
this.astLengthStack[ --this.astLengthPtr] = variableDeclaratorsCounter;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None