Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.952 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 153 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AbstractRefactoringCommand.java |
2 | 4 | 206 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AbstractRefactoringCommand.java |
3 | 4 | 390 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java |
| |||||
catch (Exception e) { _session.showErrorMessage(e); s_log.error("Unexpected exception on execution: " + e.getMessage(), e); } |
| |||||
catch (Exception e) { _session.showErrorMessage(e); s_log.error("Unexpected exception on sql generation: " + e.getMessage(), e); } |
| |||||
catch (SQLException e) { _session.showErrorMessage(e); s_log.error("Unexpected exception " + e.getMessage(), e); } |
| |||
catch ( [[#variable1c864220]] e) { _session.showErrorMessage(e); s_log.error( [[#variable1c864180]] + e.getMessage(), e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c864220]] | Exception |
1 | 2 | [[#1c864220]] | Exception |
1 | 3 | [[#1c864220]] | SQLException |
2 | 1 | [[#1c864180]] | "Unexpected exception on execution: " |
2 | 2 | [[#1c864180]] | "Unexpected exception on sql generation: " |
2 | 3 | [[#1c864180]] | "Unexpected exception " |