Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.961 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 858 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 7 | 866 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 7 | 874 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
public void iconst_0() { super.iconst_0(); this.currentFrame.addStackItem(TypeBinding.INT); } public void iconst_1() { super.iconst_1(); this.currentFrame.addStackItem(TypeBinding.INT); } |
| ||||
public void iconst_2() { super.iconst_2(); this.currentFrame.addStackItem(TypeBinding.INT); } public void iconst_3() { super.iconst_3(); this.currentFrame.addStackItem(TypeBinding.INT); } |
| ||||
public void iconst_4() { super.iconst_4(); this.currentFrame.addStackItem(TypeBinding.INT); } public void iconst_5() { super.iconst_5(); this.currentFrame.addStackItem(TypeBinding.INT); } |
| |||
public void [[#variable5b701020]]() { super. [[#variable5b701020]](); this.currentFrame.addStackItem(TypeBinding.INT); } public void [[#variable5b701080]]() { super. [[#variable5b701080]](); this.currentFrame.addStackItem(TypeBinding.INT); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b701020]] | iconst_0 |
1 | 2 | [[#5b701020]] | iconst_2 |
1 | 3 | [[#5b701020]] | iconst_4 |
2 | 1 | [[#5b701080]] | iconst_1 |
2 | 2 | [[#5b701080]] | iconst_3 |
2 | 3 | [[#5b701080]] | iconst_5 |