Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.955 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1518 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/SQLResultExecuterPanel.java |
2 | 12 | 284 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SQLExecuterTask.java |
| |||||
try { if (_executer != null) { _executer.cancel(); } } catch (Throwable th) { s_log.error("Error occured cancelling SQL", th); } |
| |||||
try { if (_stmt != null) { _stmt.cancel(); } } catch (Throwable th) { s_log.error("Error occured cancelling SQL", th); } |
| |||
try { if ( [[#variable1c9afb20]]!= null) { [[#variable1c9afb20]].cancel(); } } catch (Throwable th) { s_log.error("Error occured cancelling SQL", th); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9afb20]] | _executer |
1 | 2 | [[#1c9afb20]] | _stmt |