Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 0 | 1.000 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 226 | E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java |
2 | 15 | 253 | E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java |
| |||||
catch (SQLException e) { // Only close the statement if SQLException - otherwise it has to // remain open until the ResultSet is read through by the caller. if (stmt != null) { try { stmt.close(); } catch (SQLException ex) { /* Do Nothing */ } } throw e; } |
| |||||
catch (SQLException e) { // Only close the statement if SQLException - otherwise it has to // remain open until the ResultSet is read through by the caller. if (stmt != null) { try { stmt.close(); } catch (SQLException ex) { /* Do Nothing */ } } throw e; } |
| |||
catch (SQLException e) { // Only close the statement if SQLException - otherwise it has to // remain open until the ResultSet is read through by the caller. if (stmt != null) { try { stmt.close(); } catch (SQLException ex) { /* Do Nothing */ } } throw e; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |