CloneSet969


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.953block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15118
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java
25125
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
118
Source File
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());
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
125
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java

{
  executeTarget("test_single_file_path");
  File file = new File(getProjectDir(), "copytest_single_file_path.tmp");
  assertTrue(file.exists());
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  executeTarget( [[#variable11201b60]]);
  File file = new File(getProjectDir(),  [[#variable11201b40]]);
  assertTrue(file.exists());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11201b60]]
"test_single_file_fileset" 
12[[#11201b60]]
"test_single_file_path" 
21[[#11201b40]]
"copytest_single_file_fileset.tmp" 
22[[#11201b40]]
"copytest_single_file_path.tmp"