CloneSet2033


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8620.957class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1844
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
28161
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
38174
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
48235
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
58540
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
681822
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
8
Source Line
44
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void aaload() {
        super.aaload();
        this.currentFrame.numberOfStackItems--;
        this.currentFrame.replaceWithElementType();
}

public void aastore() {
        super.aastore();
        this.currentFrame.numberOfStackItems -= 3;
}


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

public void baload() {
        super.baload();
        this.currentFrame.numberOfStackItems--;
        this.currentFrame.replaceWithElementType();
}

public void bastore() {
        super.bastore();
        this.currentFrame.numberOfStackItems -= 3;
}


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

public void caload() {
        super.caload();
        this.currentFrame.numberOfStackItems--;
        this.currentFrame.replaceWithElementType();
}

public void castore() {
        super.castore();
        this.currentFrame.numberOfStackItems -= 3;
}


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

public void daload() {
        super.daload();
        this.currentFrame.numberOfStackItems--;
        this.currentFrame.replaceWithElementType();
}

public void dastore() {
        super.dastore();
        this.currentFrame.numberOfStackItems -= 3;
}


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

public void faload() {
        super.faload();
        this.currentFrame.numberOfStackItems--;
        this.currentFrame.replaceWithElementType();
}

public void fastore() {
        super.fastore();
        this.currentFrame.numberOfStackItems -= 3;
}


Clone Instance
6
Line Count
8
Source Line
1822
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void saload() {
        super.saload();
        this.currentFrame.numberOfStackItems--;
        this.currentFrame.replaceWithElementType();
}

public void sastore() {
        super.sastore();
        this.currentFrame.numberOfStackItems -= 3;
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variableb9e557a0]]() {
  super. [[#variableb9e557a0]]();
  this.currentFrame.numberOfStackItems--;
  this.currentFrame.replaceWithElementType();
}

public void [[#variableb2a3f960]]() {
  super. [[#variableb2a3f960]]();
  this.currentFrame.numberOfStackItems -= 3;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9e557a0]]
saload 
12[[#b9e557a0]]
faload 
13[[#b9e557a0]]
daload 
14[[#b9e557a0]]
caload 
15[[#b9e557a0]]
baload 
16[[#b9e557a0]]
aaload 
21[[#b2a3f960]]
sastore 
22[[#b2a3f960]]
fastore 
23[[#b2a3f960]]
dastore 
24[[#b2a3f960]]
castore 
25[[#b2a3f960]]
bastore 
26[[#b2a3f960]]
aastore