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.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 43 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Difference.java |
2 | 4 | 42 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Intersect.java |
| |||||
if (size < 2) { throw new BuildException("The difference of " + size + " resource collection" + ((size == 1) ? "": "s") + " is undefined."); } |
| |||||
if (size < 2) { throw new BuildException("The intersection of " + size + " resource collection" + ((size == 1) ? "": "s") + " is undefined."); } |
| |||
if (size < 2) { throw new BuildException( [[#variable1122ebe0]] + size + " resource collection" + ((size == 1) ? "": "s") + " is undefined."); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1122ebe0]] | "The difference of " |
1 | 2 | [[#1122ebe0]] | "The intersection of " |