CloneSet100


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2810.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1253
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
2271
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
3293
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
42181
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
52300
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
62336
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
72354
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
82369
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
53
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java

Path p = new Path(project, "/a:/b");
String[] l = p.list();


Next
Previous
Clone Instance
2
Line Count
2
Source Line
71
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java

Path p = new Path(project, "..:testcases");
String[] l = p.list();


Next
Previous
Clone Instance
3
Line Count
2
Source Line
93
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java

Path p = new Path(project, "\\a;\\b");
String[] l = p.list();


Next
Previous
Clone Instance
4
Line Count
2
Source Line
181
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java

// try a netware-volume length path, see how it is handled
Path p = new Path(project, "sys:\\test");
String[] l = p.list();


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

Path p = new Path(project, "\\a;\\b:/c");
String[] l = p.list();


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

Path p = new Path(project, "/a:/b");
String[] l = p.list();


Next
Previous
Clone Instance
7
Line Count
2
Source Line
354
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java

Path p = new Path(project, "");
String[] l = p.list();


First
Previous
Clone Instance
8
Line Count
2
Source Line
369
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java

Path p = new Path(project, "/a:/a");
String[] l = p.list();


Clone AbstractionParameter Count: 1Parameter Bindings

// try a netware-volume length path, see how it is handled
Path p = new Path(project,  [[#variablefe51e40]]);
String[] l = p.list();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#fe51e40]]
"/a:/b" 
12[[#fe51e40]]
"..:testcases" 
13[[#fe51e40]]
"\\a;\\b" 
14[[#fe51e40]]
"sys:\\test" 
15[[#fe51e40]]
"\\a;\\b:/c" 
16[[#fe51e40]]
"/a:/b" 
17[[#fe51e40]]
"" 
18[[#fe51e40]]
"/a:/a"