Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.976 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1874 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 3 | 1878 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
protected void writePosition(BranchLabel label) { super.writePosition(label); framePositions.add(new Integer(label.position)); } |
| ||||
protected void writeWidePosition(BranchLabel label) { super.writeWidePosition(label); framePositions.add(new Integer(label.position)); } |
| |||
protected void [[#variableb43584e0]](BranchLabel label) { super. [[#variableb43584e0]](label); framePositions.add(new Integer(label.position)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b43584e0]] | writePosition |
1 | 2 | [[#b43584e0]] | writeWidePosition |