Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.977 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 199 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriverManager.java |
2 | 6 | 206 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriverManager.java |
3 | 6 | 213 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriverManager.java |
| |||||
catch (IllegalAccessException ex) { s_log.error("Unable to create instance of Class " + driver.getDriverClassName() + " for JDBC driver " + driver.getName(), ex); } |
| |||||
catch (InstantiationException ex) { s_log.error("Unable to create instance of Class " + driver.getDriverClassName() + " for JDBC driver " + driver.getName(), ex); } |
| |||||
catch (MalformedURLException ex) { s_log.error("Unable to create instance of Class " + driver.getDriverClassName() + " for JDBC driver " + driver.getName(), ex); } |
| |||
catch ( [[#variable1c838b80]] ex) { s_log.error("Unable to create instance of Class " + driver.getDriverClassName() + " for JDBC driver " + driver.getName(), ex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c838b80]] | IllegalAccessException |
1 | 2 | [[#1c838b80]] | InstantiationException |
1 | 3 | [[#1c838b80]] | MalformedURLException |