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.989 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 56 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/PointbaseBLOBTest.java |
2 | 7 | 78 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/PointbaseBLOBTest.java |
| |||||
PreparedStatement ps = con.prepareStatement(insertSQL); ps.setLong(1, id); ps.setLong(2, campusId); ps.setString(3, "c1b1"); ps.setNull(4, Types.VARCHAR); ps.setNull(5, Types.LONGVARBINARY); |
| |||||
PreparedStatement ps = con.prepareStatement(insertSQL); ps.setLong(1, id); ps.setLong(2, campusId); ps.setString(3, "c1b1"); ps.setNull(4, Types.VARCHAR); ps.setNull(5, Types.VARCHAR); |
| |||
PreparedStatement ps = con.prepareStatement(insertSQL); ps.setLong(1, id); ps.setLong(2, campusId); ps.setString(3, "c1b1"); ps.setNull(4, Types.VARCHAR); ps.setNull(5, Types. [[#variable1cd1b2a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd1b2a0]] | LONGVARBINARY |
1 | 2 | [[#1cd1b2a0]] | VARCHAR |