Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 699 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
2 | 5 | 400 | 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); } |
| |||||
String typeName = colInfo.getTypeName().toUpperCase(); int parenIndex = typeName.indexOf("("); if (parenIndex != -1) { typeName = typeName.substring(0, parenIndex); } |
| |||
String typeName = colInfo.getTypeName().toUpperCase(); int parenIndex = typeName.indexOf("("); if (parenIndex != -1) { typeName = typeName.substring(0, parenIndex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |