Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 1 | 0.978 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 142 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java |
2 | 8 | 159 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java |
3 | 8 | 174 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java |
| |||||
catch (SQLException ex) { s_log.error("Error restoring transaction isolation", ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(ex, null); } |
| |||||
catch (SQLException ex) { s_log.error("Error restoring current catalog", ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(ex, null); } |
| |||||
catch (SQLException ex) { s_log.error("Error restoring autocommit", ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(ex, null); } |
| |||
catch (SQLException ex) { s_log.error( [[#variable1c8244c0]], ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(ex, null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8244c0]] | "Error restoring transaction isolation" |
1 | 2 | [[#1c8244c0]] | "Error restoring current catalog" |
1 | 3 | [[#1c8244c0]] | "Error restoring autocommit" |