Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 2 | 0.952 | primary_not_new_array |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 366 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java |
2 | 1 | 369 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java |
3 | 1 | 371 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java |
4 | 2 | 373 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java |
5 | 2 | 376 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java |
| |||||
FILE_UTILS.contentEquals(new File(System.getProperty("root"), "foo"), new File(System.getProperty("root"), "bar")) |
| |||||
FILE_UTILS.contentEquals(new File(System.getProperty("root"), "foo"), new File(System.getProperty("root"), "build.xml")) |
| |||||
FILE_UTILS.contentEquals(new File(System.getProperty("root"), "src"), new File(System.getProperty("root"), "src")) |
| |||||
FILE_UTILS.contentEquals(new File(System.getProperty("root"), "build.xml"), new File(System.getProperty("root"), "build.xml")) |
| |||||
FILE_UTILS.contentEquals(new File(System.getProperty("root"), "build.xml"), new File(System.getProperty("root"), "docs.xml")) |
| |||
FILE_UTILS.contentEquals(new File(System.getProperty("root"), [[#variable131b8e00]]), new File(System.getProperty("root"), [[#variable131b8ce0]])) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131b8e00]] | "foo" |
1 | 2 | [[#131b8e00]] | "foo" |
1 | 3 | [[#131b8e00]] | "src" |
1 | 4 | [[#131b8e00]] | "build.xml" |
1 | 5 | [[#131b8e00]] | "build.xml" |
2 | 1 | [[#131b8ce0]] | "bar" |
2 | 2 | [[#131b8ce0]] | "build.xml" |
2 | 3 | [[#131b8ce0]] | "src" |
2 | 4 | [[#131b8ce0]] | "build.xml" |
2 | 5 | [[#131b8ce0]] | "docs.xml" |