CloneSet7329


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.960statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15197
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
25398
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
5
Source Line
197
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                //the default constructor with the correct number of argument
                //will be created and added by the TC (see createsInternalConstructorWithBinding)
                alloc.sourceStart = intStack[intPtr-- ];
                pushOnExpressionStack(alloc);

                this.assistNode = alloc;
                this.lastCheckPoint = alloc.sourceEnd + 1;


Clone Instance
2
Line Count
5
Source Line
398
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        alloc.sourceStart = intStack[intPtr-- ];
        pushOnExpressionStack(alloc);

        assistNode = alloc;
        this.lastCheckPoint = alloc.sourceEnd + 1;


Clone AbstractionParameter Count: 1Parameter Bindings

//the default constructor with the correct number of argument
//will be created and added by the TC (see createsInternalConstructorWithBinding)
alloc.sourceStart = intStack[intPtr-- ];
pushOnExpressionStack(alloc);
 [[#variable57e9a6c0]]= alloc;
this.lastCheckPoint = alloc.sourceEnd + 1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57e9a6c0]]
assistNode 
12[[#57e9a6c0]]
this.assistNode