Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.953 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 99 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BuildNumber.java |
2 | 7 | 157 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BuildNumber.java |
| |||||
{ try { output.close(); } catch ( final IOException ioe) { log("error closing output stream " + ioe, Project.MSG_ERR); } } |
| |||||
{ try { input.close(); } catch ( final IOException ioe) { log("error closing input stream " + ioe, Project.MSG_ERR); } } |
| |||
{ try { [[#variable1300b580]].close(); } catch ( final IOException ioe) { log( [[#variable131311e0]] + ioe, Project.MSG_ERR); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1300b580]] | output |
1 | 2 | [[#1300b580]] | input |
2 | 1 | [[#131311e0]] | "error closing output stream " |
2 | 2 | [[#131311e0]] | "error closing input stream " |