| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 24 | 5 | 5 | 0.982 | class_body_declarations[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 24 | 131 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 2 | 24 | 303 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 3 | 24 | 608 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 4 | 24 | 1399 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 5 | 24 | 1555 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
public void astore(int iArg) {
super.astore(iArg);
this.currentFrame.putLocal(iArg, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void astore_0() {
super.astore_0();
this.currentFrame.putLocal(0, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void astore_1() {
super.astore_1();
this.currentFrame.putLocal(1, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void astore_2() {
super.astore_2();
this.currentFrame.putLocal(2, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void astore_3() {
super.astore_3();
this.currentFrame.putLocal(3, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
|
| ||||
public void dstore(int iArg) {
super.dstore(iArg);
this.currentFrame.putLocal(iArg, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void dstore_0() {
super.dstore_0();
this.currentFrame.putLocal(0, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void dstore_1() {
super.dstore_1();
this.currentFrame.putLocal(1, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void dstore_2() {
super.dstore_2();
this.currentFrame.putLocal(2, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void dstore_3() {
super.dstore_3();
this.currentFrame.putLocal(3, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
|
| ||||
public void fstore(int iArg) {
super.fstore(iArg);
this.currentFrame.putLocal(iArg, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void fstore_0() {
super.fstore_0();
this.currentFrame.putLocal(0, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void fstore_1() {
super.fstore_1();
this.currentFrame.putLocal(1, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void fstore_2() {
super.fstore_2();
this.currentFrame.putLocal(2, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void fstore_3() {
super.fstore_3();
this.currentFrame.putLocal(3, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
|
| ||||
public void istore(int iArg) {
super.istore(iArg);
this.currentFrame.putLocal(iArg, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void istore_0() {
super.istore_0();
this.currentFrame.putLocal(0, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void istore_1() {
super.istore_1();
this.currentFrame.putLocal(1, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void istore_2() {
super.istore_2();
this.currentFrame.putLocal(2, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void istore_3() {
super.istore_3();
this.currentFrame.putLocal(3, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
|
| ||||
public void lstore(int iArg) {
super.lstore(iArg);
this.currentFrame.putLocal(iArg, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void lstore_0() {
super.lstore_0();
this.currentFrame.putLocal(0, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void lstore_1() {
super.lstore_1();
this.currentFrame.putLocal(1, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void lstore_2() {
super.lstore_2();
this.currentFrame.putLocal(2, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void lstore_3() {
super.lstore_3();
this.currentFrame.putLocal(3, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
|
| |||
public void [[#variable576e6420]](int iArg) {
super. [[#variable576e6420]](iArg);
this.currentFrame.putLocal(iArg, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void [[#variable576e6360]]() {
super. [[#variable576e6360]]();
this.currentFrame.putLocal(0, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void [[#variable576e62a0]]() {
super. [[#variable576e62a0]]();
this.currentFrame.putLocal(1, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void [[#variable576e6380]]() {
super. [[#variable576e6380]]();
this.currentFrame.putLocal(2, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
public void [[#variable576e62e0]]() {
super. [[#variable576e62e0]]();
this.currentFrame.putLocal(3, this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1]);
this.currentFrame.numberOfStackItems--;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#576e6420]] | astore |
| 1 | 2 | [[#576e6420]] | dstore |
| 1 | 3 | [[#576e6420]] | fstore |
| 1 | 4 | [[#576e6420]] | istore |
| 1 | 5 | [[#576e6420]] | lstore |
| 2 | 1 | [[#576e6360]] | astore_0 |
| 2 | 2 | [[#576e6360]] | dstore_0 |
| 2 | 3 | [[#576e6360]] | fstore_0 |
| 2 | 4 | [[#576e6360]] | istore_0 |
| 2 | 5 | [[#576e6360]] | lstore_0 |
| 3 | 1 | [[#576e62a0]] | astore_1 |
| 3 | 2 | [[#576e62a0]] | dstore_1 |
| 3 | 3 | [[#576e62a0]] | fstore_1 |
| 3 | 4 | [[#576e62a0]] | istore_1 |
| 3 | 5 | [[#576e62a0]] | lstore_1 |
| 4 | 1 | [[#576e6380]] | astore_2 |
| 4 | 2 | [[#576e6380]] | dstore_2 |
| 4 | 3 | [[#576e6380]] | fstore_2 |
| 4 | 4 | [[#576e6380]] | istore_2 |
| 4 | 5 | [[#576e6380]] | lstore_2 |
| 5 | 1 | [[#576e62e0]] | astore_3 |
| 5 | 2 | [[#576e62e0]] | dstore_3 |
| 5 | 3 | [[#576e62e0]] | fstore_3 |
| 5 | 4 | [[#576e62e0]] | istore_3 |
| 5 | 5 | [[#576e62e0]] | lstore_3 |