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.970 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 78 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibAvailableTask.java |
2 | 4 | 133 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibResolveTask.java |
| |||||
if (null != requiredExtension) { final String message = "Can not specify extension to " + "search for multiple times."; throw new BuildException(message); } |
| |||||
if (null != requiredExtension) { final String message = "Can not specify extension to " + "resolve multiple times."; throw new BuildException(message); } |
| |||
if (null != requiredExtension) { final String message = "Can not specify extension to " + [[#variable11269940]]; throw new BuildException(message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11269940]] | "search for multiple times." |
1 | 2 | [[#11269940]] | "resolve multiple times." |