Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.971 | finally_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 303 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Jar.java |
2 | 8 | 94 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/ZipScanner.java |
| |||||
finally { if (zf != null) { try { zf.close(); } catch (IOException e) { // XXX - log an error? throw an exception? } } } |
| |||||
finally { if (zf != null) { try { zf.close(); } catch (IOException ex) { // swallow } } } |
| |||
finally { if (zf != null) { try { zf.close(); } catch (IOException [[#variable11271c20]]) { // XXX - log an error? throw an exception? // swallow } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11271c20]] | e |
1 | 2 | [[#11271c20]] | ex |