Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.967 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 297 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/EchoProperties.java |
2 | 9 | 306 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/EchoProperties.java |
| |||||
{ String message = "Could not find file " + inFile.getAbsolutePath(); if (failonerror) { throw new BuildException(message, fnfe, getLocation()); } else { log(message, Project.MSG_WARN); } return; } |
| |||||
{ String message = "Could not read file " + inFile.getAbsolutePath(); if (failonerror) { throw new BuildException(message, ioe, getLocation()); } else { log(message, Project.MSG_WARN); } return; } |
| |||
{ String message = [[#variable13081440]] + inFile.getAbsolutePath(); if (failonerror) { throw new BuildException(message, [[#variable130813c0]], getLocation()); } else { log(message, Project.MSG_WARN); } return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13081440]] | "Could not find file " |
1 | 2 | [[#13081440]] | "Could not read file " |
2 | 1 | [[#130813c0]] | fnfe |
2 | 2 | [[#130813c0]] | ioe |