Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 5 | 0.961 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 244 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 17 | 549 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
public void dcmpg() { super.dcmpg(); this.currentFrame.numberOfStackItems -= 2; this.currentFrame.addStackItem(TypeBinding.INT); } public void dcmpl() { super.dcmpl(); this.currentFrame.numberOfStackItems -= 2; this.currentFrame.addStackItem(TypeBinding.INT); } public void dconst_0() { super.dconst_0(); this.currentFrame.addStackItem(TypeBinding.DOUBLE); } public void dconst_1() { super.dconst_1(); this.currentFrame.addStackItem(TypeBinding.DOUBLE); } |
| ||||
public void fcmpg() { super.fcmpg(); this.currentFrame.numberOfStackItems -= 2; this.currentFrame.addStackItem(TypeBinding.INT); } public void fcmpl() { super.fcmpl(); this.currentFrame.numberOfStackItems -= 2; this.currentFrame.addStackItem(TypeBinding.INT); } public void fconst_0() { super.fconst_0(); this.currentFrame.addStackItem(TypeBinding.FLOAT); } public void fconst_1() { super.fconst_1(); this.currentFrame.addStackItem(TypeBinding.FLOAT); } |
| |||
public void [[#variablea4bab3c0]]() { super. [[#variablea4bab3c0]](); this.currentFrame.numberOfStackItems -= 2; this.currentFrame.addStackItem(TypeBinding.INT); } public void [[#variablea4bab320]]() { super. [[#variablea4bab320]](); this.currentFrame.numberOfStackItems -= 2; this.currentFrame.addStackItem(TypeBinding.INT); } public void [[#variablea4bab2c0]]() { super. [[#variablea4bab2c0]](); this.currentFrame.addStackItem(TypeBinding. [[#variablea4bab260]]); } public void [[#variablea4bab1e0]]() { super. [[#variablea4bab1e0]](); this.currentFrame.addStackItem(TypeBinding. [[#variablea4bab260]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4bab3c0]] | dcmpg |
1 | 2 | [[#a4bab3c0]] | fcmpg |
2 | 1 | [[#a4bab320]] | dcmpl |
2 | 2 | [[#a4bab320]] | fcmpl |
3 | 1 | [[#a4bab2c0]] | dconst_0 |
3 | 2 | [[#a4bab2c0]] | fconst_0 |
4 | 1 | [[#a4bab260]] | DOUBLE |
4 | 2 | [[#a4bab260]] | FLOAT |
5 | 1 | [[#a4bab1e0]] | dconst_1 |
5 | 2 | [[#a4bab1e0]] | fconst_1 |