Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 8 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 53 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java |
2 | 2 | 71 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java |
3 | 2 | 93 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java |
4 | 2 | 181 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java |
5 | 2 | 300 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java |
6 | 2 | 336 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java |
7 | 2 | 354 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/PathTest.java |
8 | 2 | 369 | 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(); |
| |||||
Path p = new Path(project, "..:testcases"); String[] l = p.list(); |
| |||||
Path p = new Path(project, "\\a;\\b"); String[] l = p.list(); |
| |||||
// try a netware-volume length path, see how it is handled Path p = new Path(project, "sys:\\test"); String[] l = p.list(); |
| |||||
Path p = new Path(project, "\\a;\\b:/c"); String[] l = p.list(); |
| |||||
Path p = new Path(project, "/a:/b"); String[] l = p.list(); |
| |||||
Path p = new Path(project, ""); String[] l = p.list(); |
| |||||
Path p = new Path(project, "/a:/a"); String[] l = p.list(); |
| |||
// try a netware-volume length path, see how it is handled Path p = new Path(project, [[#variablefe51e40]]); String[] l = p.list(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#fe51e40]] | "/a:/b" |
1 | 2 | [[#fe51e40]] | "..:testcases" |
1 | 3 | [[#fe51e40]] | "\\a;\\b" |
1 | 4 | [[#fe51e40]] | "sys:\\test" |
1 | 5 | [[#fe51e40]] | "\\a;\\b:/c" |
1 | 6 | [[#fe51e40]] | "/a:/b" |
1 | 7 | [[#fe51e40]] | "" |
1 | 8 | [[#fe51e40]] | "/a:/a" |