Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.967 | catch_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 335 | E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/DerbyPlugin.java |
2 | 4 | 339 | E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/DerbyPlugin.java |
| |||||
catch (RuntimeException e) { s_log.error(e.getMessage(), e); } catch (MalformedURLException e) { s_log.error(e.getMessage(), e); } |
| |||||
catch (IllegalAccessException e) { s_log.error(e.getMessage(), e); } catch (InstantiationException e) { s_log.error(e.getMessage(), e); } |
| |||
catch ( [[#variable1c8a7620]] e) { s_log.error(e.getMessage(), e); } catch ( [[#variable1c8a75a0]] e) { s_log.error(e.getMessage(), e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8a7620]] | RuntimeException |
1 | 2 | [[#1c8a7620]] | IllegalAccessException |
2 | 1 | [[#1c8a75a0]] | MalformedURLException |
2 | 2 | [[#1c8a75a0]] | InstantiationException |