CloneSet143


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24550.982class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
124131
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
224303
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
324608
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
4241399
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
5241555
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
24
Source Line
131
Source File
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--;
}


Clone Instance
2
Line Count
24
Source Line
303
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

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--;
}


Clone Instance
3
Line Count
24
Source Line
608
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

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--;
}


Clone Instance
4
Line Count
24
Source Line
1399
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

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--;
}


Clone Instance
5
Line Count
24
Source Line
1555
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

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--;
}


Clone AbstractionParameter Count: 5Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#576e6420]]
astore 
12[[#576e6420]]
dstore 
13[[#576e6420]]
fstore 
14[[#576e6420]]
istore 
15[[#576e6420]]
lstore 
21[[#576e6360]]
astore_0 
22[[#576e6360]]
dstore_0 
23[[#576e6360]]
fstore_0 
24[[#576e6360]]
istore_0 
25[[#576e6360]]
lstore_0 
31[[#576e62a0]]
astore_1 
32[[#576e62a0]]
dstore_1 
33[[#576e62a0]]
fstore_1 
34[[#576e62a0]]
istore_1 
35[[#576e62a0]]
lstore_1 
41[[#576e6380]]
astore_2 
42[[#576e6380]]
dstore_2 
43[[#576e6380]]
fstore_2 
44[[#576e6380]]
istore_2 
45[[#576e6380]]
lstore_2 
51[[#576e62e0]]
astore_3 
52[[#576e62e0]]
dstore_3 
53[[#576e62e0]]
fstore_3 
54[[#576e62e0]]
istore_3 
55[[#576e62e0]]
lstore_3