CloneSet1183


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


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

catch (SQLException
       ex) {
  s_log.error("Error restoring current catalog", ex);
  if (msgHandler == null) {
    throw ex;
  }
  msgHandler.showErrorMessage(ex, null);
}


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

catch (SQLException
       ex) {
  s_log.error("Error restoring autocommit", ex);
  if (msgHandler == null) {
    throw ex;
  }
  msgHandler.showErrorMessage(ex, null);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (SQLException
       ex) {
  s_log.error( [[#variable1c8244c0]], ex);
  if (msgHandler == null) {
    throw ex;
  }
  msgHandler.showErrorMessage(ex, null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c8244c0]]
"Error restoring transaction isolation" 
12[[#1c8244c0]]
"Error restoring current catalog" 
13[[#1c8244c0]]
"Error restoring autocommit"