CloneSet1707


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15201.000catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115226
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java
215253
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
226
Source File
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;
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
253
Source File
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;
}


Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None