Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.968 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 326 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Checksum.java |
2 | 2 | 129 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java |
3 | 2 | 229 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Touch.java |
| |||||
if (file != null && file.exists() && file.isDirectory()) { throw new BuildException("Checksum cannot be generated for directories"); } |
| |||||
if (file != null && file.exists() && file.isDirectory()) { throw new BuildException("CCMCheck cannot be generated for directories"); } |
| |||||
if (file != null && file.exists() && file.isDirectory()) { throw new BuildException("Use a resource collection to touch directories."); } |
| |||
if (file != null && file.exists() && file.isDirectory()) { throw new BuildException( [[#variable130bfd00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130bfd00]] | "Checksum cannot be generated for directories" |
1 | 2 | [[#130bfd00]] | "CCMCheck cannot be generated for directories" |
1 | 3 | [[#130bfd00]] | "Use a resource collection to touch directories." |