CloneSet711


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7301.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17410
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBigDecimal.java
25303
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeInteger.java
35415
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTime.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
410
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBigDecimal.java

if (index == text.length() - 1) {
  text = text.substring(0, text.length() - 1); // truncate string
}
else {
  text = text.substring(0, index) + text.substring(index + 1);
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
303
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeInteger.java

if (index == text.length() - 1) {
  text = text.substring(0, text.length() - 1); // truncate string
}
else {
  text = text.substring(0, index) + text.substring(index + 1);
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
415
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeTime.java

if (index == text.length() - 1) {
  text = text.substring(0, text.length() - 1); // truncate string
}
else {
  text = text.substring(0, index) + text.substring(index + 1);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (index == text.length() - 1) {
  text = text.substring(0, text.length() - 1); // truncate string
}
else {
  text = text.substring(0, index) + text.substring(index + 1);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None