Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 1 | 0.953 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 869 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
2 | 7 | 896 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
3 | 7 | 929 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
4 | 7 | 1003 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
| |||||
// TODO: is this right??? Object datalinkValue = rs.getObject(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue(datalinkValue); ps.setObject(index, datalinkValue); } break; |
| |||||
// TODO: is this right??? Object distinctValue = rs.getObject(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue(distinctValue); ps.setObject(index, distinctValue); } break; |
| |||||
Object objectValue = rs.getObject(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue(objectValue); ps.setObject(index, objectValue); } break; |
| |||||
Object structValue = rs.getObject(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue(structValue); ps.setObject(index, structValue); } break; |
| |||
// TODO: is this right??? Object [[#variable1cebb700]]= rs.getObject(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue( [[#variable1cebb700]]); ps.setObject(index, [[#variable1cebb700]]); } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cebb700]] | datalinkValue |
1 | 2 | [[#1cebb700]] | distinctValue |
1 | 3 | [[#1cebb700]] | objectValue |
1 | 4 | [[#1cebb700]] | structValue |