CloneSet793


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13320.969catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11361
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java
21380
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java
314103
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
61
Source File
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);
}


Next
Previous
Clone Instance
2
Line Count
13
Source Line
80
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java

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);
}


First
Previous
Clone Instance
3
Line Count
14
Source Line
103
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLConnectionState.java

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);
}


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cca0140]]
"Error saving transaction isolation.\n" 
12[[#1cca0140]]
"Error saving current catalog.\n" 
13[[#1cca0140]]
"Error saving autocommit state.\n" 
21[[#1cca5fa0]]
"The new connection will use the default transaction isolation." 
22[[#1cca5fa0]]
"The new connection will use the default catalog." 
23[[#1cca5fa0]]
"The new connection will use the autocommit state."