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.964 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 922 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 7 | 930 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 7 | 938 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
4 | 7 | 946 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
public void ifeq(BranchLabel lbl) { super.ifeq(lbl); this.currentFrame.numberOfStackItems--; } public void ifge(BranchLabel lbl) { super.ifge(lbl); this.currentFrame.numberOfStackItems--; } |
| ||||
public void ifgt(BranchLabel lbl) { super.ifgt(lbl); this.currentFrame.numberOfStackItems--; } public void ifle(BranchLabel lbl) { super.ifle(lbl); this.currentFrame.numberOfStackItems--; } |
| ||||
public void iflt(BranchLabel lbl) { super.iflt(lbl); this.currentFrame.numberOfStackItems--; } public void ifne(BranchLabel lbl) { super.ifne(lbl); this.currentFrame.numberOfStackItems--; } |
| ||||
public void ifnonnull(BranchLabel lbl) { super.ifnonnull(lbl); this.currentFrame.numberOfStackItems--; } public void ifnull(BranchLabel lbl) { super.ifnull(lbl); this.currentFrame.numberOfStackItems--; } |
| |||
public void [[#variablea1504140]](BranchLabel lbl) { super. [[#variablea1504140]](lbl); this.currentFrame.numberOfStackItems--; } public void [[#variablea1504080]](BranchLabel lbl) { super. [[#variablea1504080]](lbl); this.currentFrame.numberOfStackItems--; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a1504140]] | ifeq |
1 | 2 | [[#a1504140]] | ifgt |
1 | 3 | [[#a1504140]] | iflt |
1 | 4 | [[#a1504140]] | ifnonnull |
2 | 1 | [[#a1504080]] | ifge |
2 | 2 | [[#a1504080]] | ifle |
2 | 3 | [[#a1504080]] | ifne |
2 | 4 | [[#a1504080]] | ifnull |