CloneSet7030


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1454
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/StackMapFrame.java
24142
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/StackMapFrame.java
Clone Instance
1
Line Count
4
Source Line
54
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/StackMapFrame.java

                                this.stackItems[0] = info;
                                this.readOffset += info.sizeInBytes();
                                this.locals = EMPTY_LOCALS_OR_STACK_ITEMS;
                                this.numberOfLocals = 0;


Clone Instance
2
Line Count
4
Source Line
142
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/StackMapFrame.java

                                        this.stackItems[0] = info;
                                        this.readOffset += info.sizeInBytes();
                                        this.locals = EMPTY_LOCALS_OR_STACK_ITEMS;
                                        this.numberOfLocals = 0;


Clone AbstractionParameter Count: 0Parameter Bindings

this.stackItems[0] = info;
this.readOffset += info.sizeInBytes();
this.locals = EMPTY_LOCALS_OR_STACK_ITEMS;
this.numberOfLocals = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None