CloneSet8458


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.976class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131874
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
231878
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
3
Source Line
1874
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

protected void writePosition(BranchLabel label) {
        super.writePosition(label);
        framePositions.add(new Integer(label.position));
}


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

protected void writeWidePosition(BranchLabel label) {
        super.writeWidePosition(label);
        framePositions.add(new Integer(label.position));
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected void [[#variableb43584e0]](BranchLabel label) {
  super. [[#variableb43584e0]](label);
  framePositions.add(new Integer(label.position));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b43584e0]]
writePosition 
12[[#b43584e0]]
writeWidePosition