CloneSet221


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20550.976class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12091
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
219270
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
319575
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
419954
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
5191506
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
20
Source Line
91
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void aload(int iArg) {
        super.aload(iArg);
        this.currentFrame.addStackItem(getLocal(iArg, this.currentFrame));
}

public void aload_0() {
        super.aload_0();
        this.currentFrame.addStackItem(getLocal(0, this.currentFrame));
}

public void aload_1() {
        super.aload_1();
        this.currentFrame.addStackItem(getLocal(1, this.currentFrame));
}

public void aload_2() {
        super.aload_2();
        this.currentFrame.addStackItem(getLocal(2, this.currentFrame));
}

public void aload_3() {
        super.aload_3();
        this.currentFrame.addStackItem(getLocal(3, this.currentFrame));
}


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

public void dload(int iArg) {
        super.dload(iArg);
        this.currentFrame.addStackItem(getLocal(iArg, this.currentFrame));
}

public void dload_0() {
        super.dload_0();
        this.currentFrame.addStackItem(getLocal(0, this.currentFrame));
}

public void dload_1() {
        super.dload_1();
        this.currentFrame.addStackItem(getLocal(1, this.currentFrame));
}

public void dload_2() {
        super.dload_2();
        this.currentFrame.addStackItem(getLocal(2, this.currentFrame));
}

public void dload_3() {
        super.dload_3();
        this.currentFrame.addStackItem(getLocal(3, this.currentFrame));
}


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

public void fload(int iArg) {
        super.fload(iArg);
        this.currentFrame.addStackItem(getLocal(iArg, this.currentFrame));
}

public void fload_0() {
        super.fload_0();
        this.currentFrame.addStackItem(getLocal(0, this.currentFrame));
}

public void fload_1() {
        super.fload_1();
        this.currentFrame.addStackItem(getLocal(1, this.currentFrame));
}

public void fload_2() {
        super.fload_2();
        this.currentFrame.addStackItem(getLocal(2, this.currentFrame));
}

public void fload_3() {
        super.fload_3();
        this.currentFrame.addStackItem(getLocal(3, this.currentFrame));
}


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

public void iload(int iArg) {
        super.iload(iArg);
        this.currentFrame.addStackItem(getLocal(iArg, this.currentFrame));
}

public void iload_0() {
        super.iload_0();
        this.currentFrame.addStackItem(getLocal(0, this.currentFrame));
}

public void iload_1() {
        super.iload_1();
        this.currentFrame.addStackItem(getLocal(1, this.currentFrame));
}

public void iload_2() {
        super.iload_2();
        this.currentFrame.addStackItem(getLocal(2, this.currentFrame));
}

public void iload_3() {
        super.iload_3();
        this.currentFrame.addStackItem(getLocal(3, this.currentFrame));
}


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

public void lload(int iArg) {
        super.lload(iArg);
        this.currentFrame.addStackItem(getLocal(iArg, this.currentFrame));
}

public void lload_0() {
        super.lload_0();
        this.currentFrame.addStackItem(getLocal(0, this.currentFrame));
}

public void lload_1() {
        super.lload_1();
        this.currentFrame.addStackItem(getLocal(1, this.currentFrame));
}

public void lload_2() {
        super.lload_2();
        this.currentFrame.addStackItem(getLocal(2, this.currentFrame));
}

public void lload_3() {
        super.lload_3();
        this.currentFrame.addStackItem(getLocal(3, this.currentFrame));
}


Clone AbstractionParameter Count: 5Parameter Bindings

public void [[#variable5acd1fe0]](int iArg) {
  super. [[#variable5acd1fe0]](iArg);
  this.currentFrame.addStackItem(getLocal(iArg, this.currentFrame));
}

public void [[#variable5acd1f40]]() {
  super. [[#variable5acd1f40]]();
  this.currentFrame.addStackItem(getLocal(0, this.currentFrame));
}

public void [[#variable5acd1d60]]() {
  super. [[#variable5acd1d60]]();
  this.currentFrame.addStackItem(getLocal(1, this.currentFrame));
}

public void [[#variablec07c30c0]]() {
  super. [[#variablec07c30c0]]();
  this.currentFrame.addStackItem(getLocal(2, this.currentFrame));
}

public void [[#variablec07c30a0]]() {
  super. [[#variablec07c30a0]]();
  this.currentFrame.addStackItem(getLocal(3, this.currentFrame));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5acd1fe0]]
aload 
12[[#5acd1fe0]]
dload 
13[[#5acd1fe0]]
fload 
14[[#5acd1fe0]]
iload 
15[[#5acd1fe0]]
lload 
21[[#5acd1f40]]
aload_0 
22[[#5acd1f40]]
dload_0 
23[[#5acd1f40]]
fload_0 
24[[#5acd1f40]]
iload_0 
25[[#5acd1f40]]
lload_0 
31[[#5acd1d60]]
aload_1 
32[[#5acd1d60]]
dload_1 
33[[#5acd1d60]]
fload_1 
34[[#5acd1d60]]
iload_1 
35[[#5acd1d60]]
lload_1 
41[[#c07c30c0]]
aload_2 
42[[#c07c30c0]]
dload_2 
43[[#c07c30c0]]
fload_2 
44[[#c07c30c0]]
iload_2 
45[[#c07c30c0]]
lload_2 
51[[#c07c30a0]]
aload_3 
52[[#c07c30a0]]
dload_3 
53[[#c07c30a0]]
fload_3 
54[[#c07c30a0]]
iload_3 
55[[#c07c30a0]]
lload_3