public void test11() { executeTarget("test11"); } public void test12() { executeTarget("test12"); } public void test13() { executeTarget("test13");
public void test11() { executeTarget("test11"); } /** * This is just a quick sanity check to run the trace option and * make sure that it doesn't throw any funny exceptions. */ public void test12() { executeTarget("test12"); } /** * This is just a quick sanity check to run all the rest of the * trace options (traceLexer, traceParser, and traceTreeWalker) to * make sure that they don't throw any funny exceptions. */ public void test13() { executeTarget("test13");
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/DeleteTest.java File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/ANTLRTest.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void test11() {
1
public void test11() {
2
        executeTarget("test11");
2
        executeTarget("test11");
3
    }
3
    }
4
    public void test12() {
5
        executeTarget("test12");
6
    }
4
    /**
5
     * This is just a quick sanity check to run the trace option and
6
     * make sure that it doesn't throw any funny exceptions.
7
     */
8
    public void test12() {
9
        executeTarget("test12");
10
    }
11
    /**
12
     * This is just a quick sanity check to run all the rest of the
13
     * trace options (traceLexer, traceParser, and traceTreeWalker) to
14
     * make sure that they don't throw any funny exceptions.
15
     */
7
    public void test13() {
16
    public void test13() {
8
        executeTarget("test13");
17
        executeTarget("test13");
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