| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.973 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 122 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 2 | 4 | 156 | 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));
}
|
| ||||
public void athrow() {
super.athrow();
this.currentFrame.numberOfStackItems--;
framePositions.add(new Integer(this.position));
}
|
| |||
public void [[#variableb73e73e0]]() {
super. [[#variableb73e73e0]]();
this.currentFrame.numberOfStackItems--;
framePositions.add(new Integer(this.position));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b73e73e0]] | areturn |
| 1 | 2 | [[#b73e73e0]] | athrow |