void testConcatFilterBefore() {
doTest("testConcatFilterPrepend", FILE_PREPEND_WITH, FILE_APPEND);
}
public void testConcatFilterAfter() {
doTest("testConcatFilterAppend", FILE_PREPEND, FILE_APPEND_WITH);
}
public void testConcatFilterBeforeAfter() {
doTest("testConcatFilterPrependAppend", FILE_PREPEND_WITH, FILE_APPEND_WITH);
void testFilterReaderBefore() {
doTest("testFilterReaderPrepend", FILE_PREPEND_WITH, FILE_APPEND);
}
public void testFilterReaderAfter() {
doTest("testFilterReaderAppend", FILE_PREPEND, FILE_APPEND_WITH);
}
public void testFilterReaderBeforeAfter() {
doTest("testFilterReaderPrependAppend", FILE_PREPEND_WITH, FILE_APPEND_WITH);
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/filters/ConcatFilterTest.java
|
|
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/filters/ConcatFilterTest.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void testConcatFilterBefore() {↵ | | 1 | void testFilterReaderBefore() {↵
|
2 | doTest("testConcatFilterPrepend", FILE_PREPEND_WITH, FILE_APPEND);↵ | | 2 | doTest("testFilterReaderPrepend", FILE_PREPEND_WITH, FILE_APPEND);↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testConcatFilterAfter() {↵ | | 4 | public void testFilterReaderAfter() {↵
|
5 | doTest("testConcatFilterAppend", FILE_PREPEND, FILE_APPEND_WITH);↵ | | 5 | doTest("testFilterReaderAppend", FILE_PREPEND, FILE_APPEND_WITH);↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testConcatFilterBeforeAfter() {↵ | | 7 | public void testFilterReaderBeforeAfter() {↵
|
8 | doTest("testConcatFilterPrependAppend", FILE_PREPEND_WITH, FILE_APPEND_WITH);↵ | | 8 | doTest("testFilterReaderPrependAppend", FILE_PREPEND_WITH, FILE_APPEND_WITH);↵
|
9 | | | 9 |
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |