Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 130 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TarTest.java |
2 | 6 | 139 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TarTest.java |
| |||||
public void test10() { executeTarget("test10"); File f1 = new File(System.getProperty("root"), "src/etc/testcases/taskdefs/test10.xml"); if ( !f1.exists()) { fail("The fullpath attribute or the preserveLeadingSlashes attribute does not work propertly"); } } |
| |||||
public void test11() { executeTarget("test11"); File f1 = new File(System.getProperty("root"), "src/etc/testcases/taskdefs/test11.xml"); if ( !f1.exists()) { fail("The fullpath attribute or the preserveLeadingSlashes attribute does not work propertly"); } } |
| |||
public void [[#variable1302a060]]() { executeTarget( [[#variable13023f40]]); File f1 = new File(System.getProperty("root"), [[#variable13023ee0]]); if ( !f1.exists()) { fail("The fullpath attribute or the preserveLeadingSlashes attribute does not work propertly"); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1302a060]] | test10 |
1 | 2 | [[#1302a060]] | test11 |
2 | 1 | [[#13023f40]] | "test10" |
2 | 2 | [[#13023f40]] | "test11" |
3 | 1 | [[#13023ee0]] | "src/etc/testcases/taskdefs/test10.xml" |
3 | 2 | [[#13023ee0]] | "src/etc/testcases/taskdefs/test11.xml" |