Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.951 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 336 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/DataValue.java |
2 | 3 | 344 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/DataValue.java |
| |||||
byte[] tmp = new byte[i * 3 + 1]; System.arraycopy(decodedData, 0, tmp, 0, i * 3); tmp[encodedIndex] = (byte) (b1 << 2|b2 >> 4); |
| |||||
byte[] tmp = new byte[i * 3 + 2]; System.arraycopy(decodedData, 0, tmp, 0, i * 3); tmp[encodedIndex++ ] = (byte) (b1 << 2|b2 >> 4); |
| |||
byte[] tmp = new byte[i * 3 + [[#variable17433ca0]]]; System.arraycopy(decodedData, 0, tmp, 0, i * 3); tmp[ [[#variable17433b20]]] = (byte) (b1 << 2|b2 >> 4); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17433ca0]] | 1 |
1 | 2 | [[#17433ca0]] | 2 |
2 | 1 | [[#17433b20]] | encodedIndex |
2 | 2 | [[#17433b20]] | encodedIndex++ |