void test5() { expectBuildException("test5", "dest invalid (or no http-server on local machine)"); } public void test6() { executeTarget("test6"); } public void testUseTimestamp() { executeTarget("testUseTimestamp"); } public void testUseTomorrow() { executeTarget("testUseTomorrow"); }
void test3() { expectLog("test3", "\n"+ " This \n"+ " is\n"+ " a \n"+ " multiline\n"+ " message\n"+ " "); } public void testFile() throws Exception { executeTarget("testFile"); } public void testAppend() throws Exception { executeTarget("testAppend"); } public void testEmptyEncoding() throws Exception { executeTarget("testEmptyEncoding"); }
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/GetTest.java File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/EchoTest.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void test5() {
1
void test3() {
2
        expectBuildException("test5", "dest invalid (or no http-server on local machine)
2
        expectLog("test3", "\n"+
3
                              "    This \n"+
4
                              "    is\n"+
5
                              "    a \n"+
6
                              "    multiline\n"+
7
                              "    message\n"+
3
");
8
                              "    ");
4
    }
9
    }
5
    public void test6() {
10
    public void testFile() throws Exception {
6
        executeTarget("test6");
11
        executeTarget("testFile");
7
    }
12
    }
8
    public void testUseTimestamp() {
13
    public void testAppend() throws Exception {
9
        executeTarget("testUseTimestamp");
14
        executeTarget("testAppend");
10
    }
15
    }
11
    public void testUseTomorrow() {
16
    public void testEmptyEncoding() throws Exception {
12
        executeTarget("testUseTomorrow");
17
        executeTarget("testEmptyEncoding");
13
    }
18
    }
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0