Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 44 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java |
2 | 5 | 56 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java |
| |||||
{ executeTarget("test1"); File f = new File(getProjectDir(), "copytest1.tmp"); if ( !f.exists()) { fail("Copy failed"); } } |
| |||||
{ executeTarget("test2"); File f = new File(getProjectDir(), "copytest1dir/copy.xml"); if ( !f.exists()) { fail("Copy failed"); } } |
| |||
{ executeTarget( [[#variable130a16a0]]); File f = new File(getProjectDir(), [[#variable130a1680]]); if ( !f.exists()) { fail("Copy failed"); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130a16a0]] | "test1" |
1 | 2 | [[#130a16a0]] | "test2" |
2 | 1 | [[#130a1680]] | "copytest1.tmp" |
2 | 2 | [[#130a1680]] | "copytest1dir/copy.xml" |