Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 1 | 0.980 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 83 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BUnzip2.java |
2 | 3 | 51 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/BZip2.java |
3 | 3 | 71 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GUnzip.java |
4 | 3 | 45 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GZip.java |
5 | 3 | 307 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java |
| |||||
catch (IOException ioe) { String msg = "Problem expanding bzip2 " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Problem creating bzip2 " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Problem expanding gzip " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Problem creating gzip " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Problem creating TAR: " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||
catch (IOException ioe) { String msg = [[#variable131871a0]] + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131871a0]] | "Problem expanding bzip2 " |
1 | 2 | [[#131871a0]] | "Problem creating bzip2 " |
1 | 3 | [[#131871a0]] | "Problem expanding gzip " |
1 | 4 | [[#131871a0]] | "Problem creating gzip " |
1 | 5 | [[#131871a0]] | "Problem creating TAR: " |