Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 5 | 3 | 0.952 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 134 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Copydir.java |
2 | 5 | 107 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Move.java |
3 | 5 | 219 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Move.java |
4 | 5 | 271 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Move.java |
5 | 4 | 618 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rmic.java |
| |||||
catch (IOException ioe) { String msg = "Failed to copy " + fromFile + " to " + toFile + " due to " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Failed to rename dir " + fromDir + " to " + toDir + " due to " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Failed to rename " + fromFile + " to " + toFile + " due to " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Failed to copy " + fromFile + " to " + toFile + " due to " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||||
catch (IOException ioe) { String msg = "Failed to copy " + oldFile + " to " + newFile + " due to " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
| |||
catch (IOException ioe) { String msg = [[#variable100bfe20]] + [[#variable100bfdc0]] + " to " + [[#variable100bfe40]] + " due to " + ioe.getMessage(); throw new BuildException(msg, ioe, getLocation()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#100bfe20]] | "Failed to copy " |
1 | 2 | [[#100bfe20]] | "Failed to rename dir " |
1 | 3 | [[#100bfe20]] | "Failed to rename " |
1 | 4 | [[#100bfe20]] | "Failed to copy " |
1 | 5 | [[#100bfe20]] | "Failed to copy " |
2 | 1 | [[#100bfdc0]] | fromFile |
2 | 2 | [[#100bfdc0]] | fromDir |
2 | 3 | [[#100bfdc0]] | fromFile |
2 | 4 | [[#100bfdc0]] | fromFile |
2 | 5 | [[#100bfdc0]] | oldFile |
3 | 1 | [[#100bfe40]] | toFile |
3 | 2 | [[#100bfe40]] | toDir |
3 | 3 | [[#100bfe40]] | toFile |
3 | 4 | [[#100bfe40]] | toFile |
3 | 5 | [[#100bfe40]] | newFile |