| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.978 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 809 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 2 | 3 | 813 | 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));
}
|
| ||||
public void goto_w(BranchLabel label) {
super.goto_w(label);
this.framePositions.add(new Integer(this.position));
}
|
| |||
/**
* 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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4f9321a0]] | goto_ |
| 1 | 2 | [[#4f9321a0]] | goto_w |