CloneSet7960


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

/**
 * We didn't call it goto, because there is a conflit with the goto keyword
 */
public void goto_(BranchLabel label) {
        super.goto_(label);
        this.framePositions.add(new Integer(this.position));
}


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

public void goto_w(BranchLabel label) {
        super.goto_w(label);
        this.framePositions.add(new Integer(this.position));
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * We didn't call it goto, because there is a conflit with the goto keyword
 */
public void [[#variable4f9321a0]](BranchLabel label) {
  super. [[#variable4f9321a0]](label);
  this.framePositions.add(new Integer(this.position));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f9321a0]]
goto_ 
12[[#4f9321a0]]
goto_w