Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.964 | finally_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 456 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPlugin.java |
2 | 9 | 484 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPlugin.java |
| |||||
finally { if (fis != null) { try { fis.close(); } catch (IOException ex) { s_log.error("Unable to close output stream: " + ex.getMessage(), ex); } } } |
| |||||
finally { if (fos != null) { try { fos.close(); } catch (IOException ex) { s_log.error("Unable to close output stream: " + ex.getMessage(), ex); } } } |
| |||
finally { if ( [[#variable1c8db260]]!= null) { try { [[#variable1c8db260]].close(); } catch (IOException ex) { s_log.error("Unable to close output stream: " + ex.getMessage(), ex); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8db260]] | fis |
1 | 2 | [[#1c8db260]] | fos |