CloneSet302


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5330.952statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1578
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SyncTest.java
2589
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SyncTest.java
35102
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SyncTest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
78
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SyncTest.java

String f = getProject().getProperty("dest") + "/e/f";
assertFileIsNotPresent(f);
assertTrue(getFullLog().indexOf("Removing orphan file:") > -1);
assertDebuglogContaining("Removed 1 dangling file from");
assertDebuglogContaining("Removed 1 dangling directory from");


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

String f = getProject().getProperty("dest") + "/e/f";
assertFileIsNotPresent(f);
assertTrue(getFullLog().indexOf("Removing orphan file:") > -1);
assertDebuglogContaining("Removed 1 dangling file from");
assertDebuglogContaining("Removed 1 dangling directory from");


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

String f = getProject().getProperty("dest") + "/e/f";
assertFileIsNotPresent(f);
assertTrue(getFullLog().indexOf("Removing orphan directory:") > -1);
assertDebuglogContaining("NO dangling file to remove from");
assertDebuglogContaining("Removed 2 dangling directories from");


Clone AbstractionParameter Count: 3Parameter Bindings

String f = getProject().getProperty("dest") + "/e/f";
assertFileIsNotPresent(f);
assertTrue(getFullLog().indexOf( [[#variable1012c7c0]]) > -1);
assertDebuglogContaining( [[#variable1012a9a0]]);
assertDebuglogContaining( [[#variable1012fa80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1012c7c0]]
"Removing orphan file:" 
12[[#1012c7c0]]
"Removing orphan file:" 
13[[#1012c7c0]]
"Removing orphan directory:" 
21[[#1012a9a0]]
"Removed 1 dangling file from" 
22[[#1012a9a0]]
"Removed 1 dangling file from" 
23[[#1012a9a0]]
"NO dangling file to remove from" 
31[[#1012fa80]]
"Removed 1 dangling directory from" 
32[[#1012fa80]]
"Removed 1 dangling directory from" 
33[[#1012fa80]]
"Removed 2 dangling directories from"