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.982 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/InformixTimeTypeTest.java |
2 | 7 | 60 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/InformixTimeTypeTest.java |
| |||||
try { stmt = con.createStatement(); stmt.execute(dropSQL); } catch (SQLException e) { e.printStackTrace(); } finally { SQLUtilities.closeStatement(stmt); } |
| |||||
try { stmt = con.createStatement(); stmt.execute(createTableSQL); } catch (SQLException e) { e.printStackTrace(); } finally { SQLUtilities.closeStatement(stmt); } |
| |||
try { stmt = con.createStatement(); stmt.execute( [[#variable1c8fe700]]); } catch (SQLException e) { e.printStackTrace(); } finally { SQLUtilities.closeStatement(stmt); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8fe700]] | dropSQL |
1 | 2 | [[#1c8fe700]] | createTableSQL |