CloneSet81


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6430.968method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16102
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java
26110
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java
3647
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/MoveTest.java
4655
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/MoveTest.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
102
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java

public void testFilterSet() throws IOException {
  executeTarget("testFilterSet");
  File tmp = new File(getProjectDir(), "copy.filterset.tmp");
  File check = new File(getProjectDir(), "expected/copy.filterset.filtered");
  assertTrue(tmp.exists());
  assertTrue(FILE_UTILS.contentEquals(tmp, check));
}


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

public void testFilterChain() throws IOException {
  executeTarget("testFilterChain");
  File tmp = new File(getProjectDir(), "copy.filterchain.tmp");
  File check = new File(getProjectDir(), "expected/copy.filterset.filtered");
  assertTrue(tmp.exists());
  assertTrue(FILE_UTILS.contentEquals(tmp, check));
}


Next
Previous
Clone Instance
3
Line Count
6
Source Line
47
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/MoveTest.java

public void testFilterSet() throws IOException {
  executeTarget("testFilterSet");
  File tmp = new File(getProjectDir(), "move.filterset.tmp");
  File check = new File(getProjectDir(), "expected/copy.filterset.filtered");
  assertTrue(tmp.exists());
  assertTrue(FILE_UTILS.contentEquals(tmp, check));
}


First
Previous
Clone Instance
4
Line Count
6
Source Line
55
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/MoveTest.java

public void testFilterChain() throws IOException {
  executeTarget("testFilterChain");
  File tmp = new File(getProjectDir(), "move.filterchain.tmp");
  File check = new File(getProjectDir(), "expected/copy.filterset.filtered");
  assertTrue(tmp.exists());
  assertTrue(FILE_UTILS.contentEquals(tmp, check));
}


Clone AbstractionParameter Count: 3Parameter Bindings

public void [[#variable111ee500]]() throws IOException {
  executeTarget( [[#variablefdb0d40]]);
  File tmp = new File(getProjectDir(),  [[#variablefda1bc0]]);
  File check = new File(getProjectDir(), "expected/copy.filterset.filtered");
  assertTrue(tmp.exists());
  assertTrue(FILE_UTILS.contentEquals(tmp, check));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#111ee500]]
testFilterSet 
12[[#111ee500]]
testFilterChain 
13[[#111ee500]]
testFilterSet 
14[[#111ee500]]
testFilterChain 
21[[#fdb0d40]]
"testFilterSet" 
22[[#fdb0d40]]
"testFilterChain" 
23[[#fdb0d40]]
"testFilterSet" 
24[[#fdb0d40]]
"testFilterChain" 
31[[#fda1bc0]]
"copy.filterset.tmp" 
32[[#fda1bc0]]
"copy.filterchain.tmp" 
33[[#fda1bc0]]
"move.filterset.tmp" 
34[[#fda1bc0]]
"move.filterchain.tmp"