Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.953 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 887 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
2 | 7 | 952 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
| |||||
BigDecimal decimalValue = rs.getBigDecimal(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue(decimalValue); ps.setBigDecimal(index, decimalValue); } break; |
| |||||
BigDecimal numericValue = rs.getBigDecimal(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue(numericValue); ps.setBigDecimal(index, numericValue); } break; |
| |||
BigDecimal [[#variable1c84bb60]]= rs.getBigDecimal(index); if ( !handleNull(rs, ps, index, destColType)) { result = getValue( [[#variable1c84bb60]]); ps.setBigDecimal(index, [[#variable1c84bb60]]); } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c84bb60]] | decimalValue |
1 | 2 | [[#1c84bb60]] | numericValue |