Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.980 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 822 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/BinaryResourceImpl.java |
2 | 4 | 828 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/BinaryResourceImpl.java |
| |||||
public void writeChar(int value) throws IOException { writeByte((byte) (value >> 8&0xff)); writeByte((byte) (value&0xff)); } |
| |||||
public void writeShort(int value) throws IOException { writeByte((byte) (value >> 8&0xff)); writeByte((byte) (value&0xff)); } |
| |||
public void [[#variable17560fc0]](int value) throws IOException { writeByte((byte) (value >> 8&0xff)); writeByte((byte) (value&0xff)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17560fc0]] | writeChar |
1 | 2 | [[#17560fc0]] | writeShort |