Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 705 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
2 | 6 | 799 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
| |||||
// // ***** First Run ***** // the first call should get all files, because nothing is in // the cache // performTests(s, "TTTTTTTTTTTT"); // // ***** Second Run ***** // the second call should get no files, because no content // has changed // performTests(s, "TFFFFFFFFFFT"); // // ***** make some files dirty ***** // // these files are made dirty --> 3+4 with different content String f2name = "tar/bz2/asf-logo-huge.tar.bz2"; String f3name = "asf-logo.gif.md5"; String f4name = "copy.filterset.filtered"; |
| |||||
// first and second run performTests(s, "TTTTTTTTTTTT"); performTests(s, "TFFFFFFFFFFT"); // make dirty String f2name = "tar/bz2/asf-logo-huge.tar.bz2"; String f3name = "asf-logo.gif.md5"; String f4name = "copy.filterset.filtered"; |
| |||
// first and second run // // ***** First Run ***** // the first call should get all files, because nothing is in // the cache // performTests(s, "TTTTTTTTTTTT"); // // ***** Second Run ***** // the second call should get no files, because no content // has changed // performTests(s, "TFFFFFFFFFFT"); // make dirty // // ***** make some files dirty ***** // // these files are made dirty --> 3+4 with different content String f2name = "tar/bz2/asf-logo-huge.tar.bz2"; String f3name = "asf-logo.gif.md5"; String f4name = "copy.filterset.filtered"; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |