CloneSet2123


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5410.970statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152457
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
252514
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
354150
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
454212
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
5
Source Line
2457
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        //highlight starts at the selector starts
        cd.sourceStart = (int) (selectorSource >>> 32);
        pushOnAstStack(cd);
        cd.sourceEnd = this.lParenPos;
        cd.bodyStart = this.lParenPos + 1;
        this.listLength = 0; // initialize this.listLength before reading parameters/throws


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

        //highlight starts at the selector starts
        cd.sourceStart = (int) (selectorSource >>> 32);
        pushOnAstStack(cd);
        cd.sourceEnd = this.lParenPos;
        cd.bodyStart = this.lParenPos + 1;
        this.listLength = 0; // initialize this.listLength before reading parameters/throws


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

        //highlight starts at selector start
        md.sourceStart = (int) (selectorSource >>> 32);
        pushOnAstStack(md);
        md.sourceEnd = this.lParenPos;
        md.bodyStart = this.lParenPos + 1;
        this.listLength = 0; // initialize this.listLength before reading parameters/throws


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

        //highlight starts at selector start
        md.sourceStart = (int) (selectorSource >>> 32);
        pushOnAstStack(md);
        md.sourceEnd = this.lParenPos;
        md.bodyStart = this.lParenPos + 1;
        this.listLength = 0; // initialize this.listLength before reading parameters/throws


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variableb30775c0]].sourceStart = (int) (selectorSource >>> 32);
pushOnAstStack( [[#variableb30775c0]]);
 [[#variableb30775c0]].sourceEnd = this.lParenPos;
 [[#variableb30775c0]].bodyStart = this.lParenPos + 1;
this.listLength = 0; // initialize this.listLength before reading parameters/throws
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b30775c0]]
//highlight starts at the selector starts
cd 
12[[#b30775c0]]
//highlight starts at selector start
md 
13[[#b30775c0]]
//highlight starts at selector start
md 
14[[#b30775c0]]
//highlight starts at the selector starts
cd