CloneSet7164


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.981statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121727
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
221730
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
2
Source Line
1727
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                        if (this.framePositions.remove(new Integer(oldPosition))) {
                                this.framePositions.add(new Integer(this.position));
                        }


Clone Instance
2
Line Count
2
Source Line
1730
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                        if (this.variablesModificationsPositions.remove(new Integer(oldPosition))) {
                                this.variablesModificationsPositions.add(new Integer(this.position));
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (this. [[#variable568ecdc0]].remove(new Integer(oldPosition))) {
  this. [[#variable568ecdc0]].add(new Integer(this.position));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#568ecdc0]]
framePositions 
12[[#568ecdc0]]
variablesModificationsPositions