Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 6 | 2 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 44 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 8 | 161 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 8 | 174 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
4 | 8 | 235 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
5 | 8 | 540 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
6 | 8 | 1822 | 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; } |
| ||||
public void baload() { super.baload(); this.currentFrame.numberOfStackItems--; this.currentFrame.replaceWithElementType(); } public void bastore() { super.bastore(); this.currentFrame.numberOfStackItems -= 3; } |
| ||||
public void caload() { super.caload(); this.currentFrame.numberOfStackItems--; this.currentFrame.replaceWithElementType(); } public void castore() { super.castore(); this.currentFrame.numberOfStackItems -= 3; } |
| ||||
public void daload() { super.daload(); this.currentFrame.numberOfStackItems--; this.currentFrame.replaceWithElementType(); } public void dastore() { super.dastore(); this.currentFrame.numberOfStackItems -= 3; } |
| ||||
public void faload() { super.faload(); this.currentFrame.numberOfStackItems--; this.currentFrame.replaceWithElementType(); } public void fastore() { super.fastore(); this.currentFrame.numberOfStackItems -= 3; } |
| ||||
public void saload() { super.saload(); this.currentFrame.numberOfStackItems--; this.currentFrame.replaceWithElementType(); } public void sastore() { super.sastore(); this.currentFrame.numberOfStackItems -= 3; } |
| |||
public void [[#variableb9e557a0]]() { super. [[#variableb9e557a0]](); this.currentFrame.numberOfStackItems--; this.currentFrame.replaceWithElementType(); } public void [[#variableb2a3f960]]() { super. [[#variableb2a3f960]](); this.currentFrame.numberOfStackItems -= 3; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9e557a0]] | saload |
1 | 2 | [[#b9e557a0]] | faload |
1 | 3 | [[#b9e557a0]] | daload |
1 | 4 | [[#b9e557a0]] | caload |
1 | 5 | [[#b9e557a0]] | baload |
1 | 6 | [[#b9e557a0]] | aaload |
2 | 1 | [[#b2a3f960]] | sastore |
2 | 2 | [[#b2a3f960]] | fastore |
2 | 3 | [[#b2a3f960]] | dastore |
2 | 4 | [[#b2a3f960]] | castore |
2 | 5 | [[#b2a3f960]] | bastore |
2 | 6 | [[#b2a3f960]] | aastore |