CloneSet1339


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4320.952catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14153
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AbstractRefactoringCommand.java
24206
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AbstractRefactoringCommand.java
34390
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
153
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AbstractRefactoringCommand.java

catch (Exception
       e) {
  _session.showErrorMessage(e);
  s_log.error("Unexpected exception on execution: " + e.getMessage(), e);
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
206
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AbstractRefactoringCommand.java

catch (Exception
       e) {
  _session.showErrorMessage(e);
  s_log.error("Unexpected exception on sql generation: " + e.getMessage(), e);
}


First
Previous
Clone Instance
3
Line Count
4
Source Line
390
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java

catch (SQLException
       e) {
  _session.showErrorMessage(e);
  s_log.error("Unexpected exception " + e.getMessage(), e);
}


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable1c864220]]
       e) {
  _session.showErrorMessage(e);
  s_log.error( [[#variable1c864180]] + e.getMessage(), e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c864220]]
Exception 
12[[#1c864220]]
Exception 
13[[#1c864220]]
SQLException 
21[[#1c864180]]
"Unexpected exception on execution: " 
22[[#1c864180]]
"Unexpected exception on sql generation: " 
23[[#1c864180]]
"Unexpected exception "