Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.967 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 293 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.java |
2 | 3 | 193 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibManifestTask.java |
| |||||
if (null == destFile) { final String message = "Destfile must be set."; throw new BuildException(message); } |
| |||||
if (null == destFile) { final String message = "Destfile attribute not specified."; throw new BuildException(message); } |
| |||
if (null == destFile) { final String message = [[#variable112a27c0]]; throw new BuildException(message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112a27c0]] | "Destfile must be set." |
1 | 2 | [[#112a27c0]] | "Destfile attribute not specified." |