CloneSet9413


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

public void areturn() {
        super.areturn();
        this.currentFrame.numberOfStackItems--;
        framePositions.add(new Integer(this.position));
}


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

public void athrow() {
        super.athrow();
        this.currentFrame.numberOfStackItems--;
        framePositions.add(new Integer(this.position));
}


Clone AbstractionParameter Count: 1Parameter Bindings

public void [[#variableb73e73e0]]() {
  super. [[#variableb73e73e0]]();
  this.currentFrame.numberOfStackItems--;
  framePositions.add(new Integer(this.position));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b73e73e0]]
areturn 
12[[#b73e73e0]]
athrow