Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.969 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 294 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SubAnt.java |
2 | 4 | 301 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SubAnt.java |
| |||||
log("Failure for target \'" + subTarget + "\' of: " + antfilename + "\n" + e.getMessage(), Project.MSG_WARN); |
| |||||
log("Failure for target \'" + subTarget + "\' of: " + antfilename + "\n" + e.toString(), Project.MSG_WARN); |
| |||
log("Failure for target \'" + subTarget + "\' of: " + antfilename + "\n" + e. [[#variable11288d80]](), Project.MSG_WARN); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11288d80]] | getMessage |
1 | 2 | [[#11288d80]] | toString |