Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 3 | 2 | 0.969 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 61 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java |
2 | 13 | 80 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java |
3 | 14 | 103 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java |
| |||||
catch (SQLException ex) { String msg = "Error saving transaction isolation.\n" + "This might happen when reconnecting a Session to restore a broken connection.\n" + "The new connection will use the default transaction isolation."; s_log.error(msg, ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(msg); } |
| |||||
catch (SQLException ex) { String msg = "Error saving current catalog.\n" + "This might happen when reconnecting a Session to restore a broken connection.\n" + "The new connection will use the default catalog."; s_log.error(msg, ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(msg); } |
| |||||
catch (SQLException ex) { String msg = "Error saving autocommit state.\n" + "This might happen when reconnecting a Session to restore a broken connection.\n" + "The new connection will use the autocommit state."; s_log.error(msg, ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(msg); } |
| |||
catch (SQLException ex) { String msg = [[#variable1cca0140]] + "This might happen when reconnecting a Session to restore a broken connection.\n" + [[#variable1cca5fa0]]; s_log.error(msg, ex); if (msgHandler == null) { throw ex; } msgHandler.showErrorMessage(msg); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cca0140]] | "Error saving transaction isolation.\n" |
1 | 2 | [[#1cca0140]] | "Error saving current catalog.\n" |
1 | 3 | [[#1cca0140]] | "Error saving autocommit state.\n" |
2 | 1 | [[#1cca5fa0]] | "The new connection will use the default transaction isolation." |
2 | 2 | [[#1cca5fa0]] | "The new connection will use the default catalog." |
2 | 3 | [[#1cca5fa0]] | "The new connection will use the autocommit state." |