Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1182 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/com/csvreader/CsvReader.java |
2 | 4 | 1383 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/com/csvreader/CsvReader.java |
3 | 4 | 1403 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/com/csvreader/CsvReader.java |
| |||||
char[] holder = new char[newLength]; System.arraycopy(rawBuffer.Buffer, 0, holder, 0, rawBuffer.Position); |
| |||||
char[] holder = new char[newLength]; System.arraycopy(columnBuffer.Buffer, 0, holder, 0, columnBuffer.Position); |
| |||||
char[] holder = new char[newLength]; System.arraycopy(columnBuffer.Buffer, 0, holder, 0, columnBuffer.Position); |
| |||
char[] holder = new char[newLength]; System.arraycopy( [[#variable1c801720]].Buffer, 0, holder, 0, [[#variable1c801720]].Position); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c801720]] | rawBuffer |
1 | 2 | [[#1c801720]] | columnBuffer |
1 | 3 | [[#1c801720]] | columnBuffer |