Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 507 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBinary.java |
2 | 8 | 687 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java |
| |||||
// Convert bytes to Bytes Byte[] bBytes = new Byte[count]; for (int i = 0; i < count; i++) { bBytes[i] = Byte.valueOf(buf[i]); } // return the text converted from the file return BinaryDisplayConverter.convertToString(bBytes, BinaryDisplayConverter.HEX, false); |
| |||||
// Convert bytes to Bytes Byte[] bBytes = new Byte[count]; for (int i = 0; i < count; i++) { bBytes[i] = Byte.valueOf(buf[i]); } // return the text converted from the file return BinaryDisplayConverter.convertToString(bBytes, BinaryDisplayConverter.HEX, false); |
| |||
// Convert bytes to Bytes Byte[] bBytes = new Byte[count]; for (int i = 0; i < count; i++) { bBytes[i] = Byte.valueOf(buf[i]); } // return the text converted from the file return BinaryDisplayConverter.convertToString(bBytes, BinaryDisplayConverter.HEX, false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |