CloneSet1214


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15699
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java
25400
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
699
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java

String typeName = colInfo.getTypeName().toUpperCase();
int parenIndex = typeName.indexOf("(");
if (parenIndex != -1) {
  typeName = typeName.substring(0, parenIndex);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
400
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java

String typeName = colInfo.getTypeName().toUpperCase();
int parenIndex = typeName.indexOf("(");
if (parenIndex != -1) {
  typeName = typeName.substring(0, parenIndex);
}


Clone AbstractionParameter Count: 0Parameter Bindings

String typeName = colInfo.getTypeName().toUpperCase();
int parenIndex = typeName.indexOf("(");
if (parenIndex != -1) {
  typeName = typeName.substring(0, parenIndex);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None