Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 2 | 0.971 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 890 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 7 | 898 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 7 | 906 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
4 | 7 | 914 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
public void if_acmpeq(BranchLabel lbl) { super.if_acmpeq(lbl); this.currentFrame.numberOfStackItems -= 2; } public void if_acmpne(BranchLabel lbl) { super.if_acmpne(lbl); this.currentFrame.numberOfStackItems -= 2; } |
| ||||
public void if_icmpeq(BranchLabel lbl) { super.if_icmpeq(lbl); this.currentFrame.numberOfStackItems -= 2; } public void if_icmpge(BranchLabel lbl) { super.if_icmpge(lbl); this.currentFrame.numberOfStackItems -= 2; } |
| ||||
public void if_icmpgt(BranchLabel lbl) { super.if_icmpgt(lbl); this.currentFrame.numberOfStackItems -= 2; } public void if_icmple(BranchLabel lbl) { super.if_icmple(lbl); this.currentFrame.numberOfStackItems -= 2; } |
| ||||
public void if_icmplt(BranchLabel lbl) { super.if_icmplt(lbl); this.currentFrame.numberOfStackItems -= 2; } public void if_icmpne(BranchLabel lbl) { super.if_icmpne(lbl); this.currentFrame.numberOfStackItems -= 2; } |
| |||
public void [[#variableb9c7fd40]](BranchLabel lbl) { super. [[#variableb9c7fd40]](lbl); this.currentFrame.numberOfStackItems -= 2; } public void [[#variableb9c7fda0]](BranchLabel lbl) { super. [[#variableb9c7fda0]](lbl); this.currentFrame.numberOfStackItems -= 2; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9c7fd40]] | if_acmpeq |
1 | 2 | [[#b9c7fd40]] | if_icmpeq |
1 | 3 | [[#b9c7fd40]] | if_icmpgt |
1 | 4 | [[#b9c7fd40]] | if_icmplt |
2 | 1 | [[#b9c7fda0]] | if_acmpne |
2 | 2 | [[#b9c7fda0]] | if_icmpge |
2 | 3 | [[#b9c7fda0]] | if_icmple |
2 | 4 | [[#b9c7fda0]] | if_icmpne |