Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1122 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
2 | 6 | 1142 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
| |||||
if (rs.wasNull()) { ps.setNull(index, type); return "null"; } String result = getValue(clobValue); |
| |||||
if (rs.wasNull()) { ps.setNull(index, type); return "null"; } String result = getValue(blobValue); |
| |||
if (rs.wasNull()) { ps.setNull(index, type); return "null"; } String result = getValue( [[#variable1c9a7d00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9a7d00]] | clobValue |
1 | 2 | [[#1c9a7d00]] | blobValue |