Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.975 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 298 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 4 | 603 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 4 | 1386 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
4 | 4 | 1542 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
public void dreturn() { super.dreturn(); this.currentFrame.numberOfStackItems--; this.framePositions.add(new Integer(this.position)); } |
| ||||
public void freturn() { super.freturn(); this.currentFrame.numberOfStackItems--; this.framePositions.add(new Integer(this.position)); } |
| ||||
public void ireturn() { super.ireturn(); this.currentFrame.numberOfStackItems--; this.framePositions.add(new Integer(this.position)); } |
| ||||
public void lreturn() { super.lreturn(); this.currentFrame.numberOfStackItems--; this.framePositions.add(new Integer(this.position)); } |
| |||
public void [[#variableb8894d00]]() { super. [[#variableb8894d00]](); this.currentFrame.numberOfStackItems--; this.framePositions.add(new Integer(this.position)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b8894d00]] | dreturn |
1 | 2 | [[#b8894d00]] | freturn |
1 | 3 | [[#b8894d00]] | ireturn |
1 | 4 | [[#b8894d00]] | lreturn |