Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.976 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 148 | E:/TSE/Projects-CloneDR/sql12/plugins/macosx/src/net/sourceforge/squirrel_sql/plugins/macosx/MacOSPlugin.java |
2 | 7 | 81 | E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/ScriptSybaseASEViewAction.java |
| |||||
catch (Exception e) { s_log.error("initialize: encountered exception: " + e.getMessage(), e); throw new RuntimeException(e); } |
| |||||
catch (Exception e) { s_log.error("Unexpected exception while attempting to get source for view: " + e.getMessage(), e); throw new RuntimeException(e); } |
| |||
catch (Exception e) { s_log.error( [[#variable1c9e2ee0]] + e.getMessage(), e); throw new RuntimeException(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9e2ee0]] | "initialize: encountered exception: " |
1 | 2 | [[#1c9e2ee0]] | "Unexpected exception while attempting to get source for view: " |