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.953 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 118 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java |
2 | 5 | 125 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java |
| |||||
{ executeTarget("test_single_file_fileset"); File file = new File(getProjectDir(), "copytest_single_file_fileset.tmp"); assertTrue(file.exists()); } |
| |||||
{ executeTarget("test_single_file_path"); File file = new File(getProjectDir(), "copytest_single_file_path.tmp"); assertTrue(file.exists()); } |
| |||
{ executeTarget( [[#variable11201b60]]); File file = new File(getProjectDir(), [[#variable11201b40]]); assertTrue(file.exists()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11201b60]] | "test_single_file_fileset" |
1 | 2 | [[#11201b60]] | "test_single_file_path" |
2 | 1 | [[#11201b40]] | "copytest_single_file_fileset.tmp" |
2 | 2 | [[#11201b40]] | "copytest_single_file_path.tmp" |