Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 2 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 60 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IOUtilitiesImpl.java |
2 | 10 | 78 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IOUtilitiesImpl.java |
3 | 10 | 96 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IOUtilitiesImpl.java |
4 | 10 | 114 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IOUtilitiesImpl.java |
| |||||
{ try { is.close(); } catch (Exception e) { s_log.error("closeInputStream: Unable to close InputStream - " + e.getMessage(), e); } } |
| |||||
{ try { os.close(); } catch (Exception e) { s_log.error("closeOutpuStream: Unable to close OutputStream - " + e.getMessage(), e); } } |
| |||||
{ try { reader.close(); } catch (Exception e) { s_log.error("closeReader: Unable to close FileReader - " + e.getMessage(), e); } } |
| |||||
{ try { writer.close(); } catch (Exception e) { s_log.error("closeReader: Unable to close FileWriter - " + e.getMessage(), e); } } |
| |||
{ try { [[#variable1ccc6aa0]].close(); } catch (Exception e) { s_log.error( [[#variable1ccc6b40]] + e.getMessage(), e); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccc6aa0]] | is |
1 | 2 | [[#1ccc6aa0]] | os |
1 | 3 | [[#1ccc6aa0]] | reader |
1 | 4 | [[#1ccc6aa0]] | writer |
2 | 1 | [[#1ccc6b40]] | "closeInputStream: Unable to close InputStream - " |
2 | 2 | [[#1ccc6b40]] | "closeOutpuStream: Unable to close OutputStream - " |
2 | 3 | [[#1ccc6b40]] | "closeReader: Unable to close FileReader - " |
2 | 4 | [[#1ccc6b40]] | "closeReader: Unable to close FileWriter - " |