CloneSet6230


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

        // ConstructorDeclaration ::= ConstructorHeader ';'
        // now we know that the top of stack is a constructorDeclaration
        ConstructorDeclaration cd = (ConstructorDeclaration) this.astStack[this.astPtr];

        cd.bodyEnd = this.endPosition; // position just before the trailing semi-colon
        cd.declarationSourceEnd = flushCommentsDefinedPriorTo(this.endStatementPosition);


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

        ConstructorDeclaration constructorDeclaration = (ConstructorDeclaration) this.astStack[this.astPtr];
        constructorDeclaration.bodyEnd = this.endStatementPosition;
        constructorDeclaration.declarationSourceEnd = flushCommentsDefinedPriorTo(this.endStatementPosition);


Clone AbstractionParameter Count: 2Parameter Bindings

// ConstructorDeclaration ::= ConstructorHeader ';'
// now we know that the top of stack is a constructorDeclaration
ConstructorDeclaration  [[#variable5dd32b60]]= (ConstructorDeclaration) this.astStack[this.astPtr];
 [[#variable5dd32b60]].bodyEnd = this. [[#variable5dd33380]]; // position just before the trailing semi-colon
 [[#variable5dd32b60]].declarationSourceEnd = flushCommentsDefinedPriorTo(this.endStatementPosition);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5dd32b60]]
cd 
12[[#5dd32b60]]
constructorDeclaration 
21[[#5dd33380]]
endPosition 
22[[#5dd33380]]
endStatementPosition