CloneSet800


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
23201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123832
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/com/csvreader/CsvReader.java
2231085
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/com/csvreader/CsvReader.java
Next
Last
Clone Instance
1
Line Count
23
Source Line
832
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/com/csvreader/CsvReader.java

if (startedColumn) {
  dataBuffer.Position++;
  if (userSettings.SafetySwitch && dataBuffer.Position - dataBuffer.ColumnStart + columnBuffer.Position > 100000) {
    close();
    throw new IOException("Maximum column length of 100,000 exceeded in column " + NumberFormat.getIntegerInstance().format(columnsCount) + " in record " + NumberFormat.getIntegerInstance().format(currentRecord) + ". Set the SafetySwitch property to false" + " if you\'re expecting column lengths greater than 100,000 characters to" + " avoid this error.");
  }
}


First
Previous
Clone Instance
2
Line Count
23
Source Line
1085
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/com/csvreader/CsvReader.java

if (startedColumn) {
  dataBuffer.Position++;
  if (userSettings.SafetySwitch && dataBuffer.Position - dataBuffer.ColumnStart + columnBuffer.Position > 100000) {
    close();
    throw new IOException("Maximum column length of 100,000 exceeded in column " + NumberFormat.getIntegerInstance().format(columnsCount) + " in record " + NumberFormat.getIntegerInstance().format(currentRecord) + ". Set the SafetySwitch property to false" + " if you\'re expecting column lengths greater than 100,000 characters to" + " avoid this error.");
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (startedColumn) {
  dataBuffer.Position++;
  if (userSettings.SafetySwitch && dataBuffer.Position - dataBuffer.ColumnStart + columnBuffer.Position > 100000) {
    close();
    throw new IOException("Maximum column length of 100,000 exceeded in column " + NumberFormat.getIntegerInstance().format(columnsCount) + " in record " + NumberFormat.getIntegerInstance().format(currentRecord) + ". Set the SafetySwitch property to false" + " if you\'re expecting column lengths greater than 100,000 characters to" + " avoid this error.");
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None