void testTransferParameterEmpty() throws Exception { expectFileContains("testTransferParameterEmpty", "out/out.xml", "empty=''"); } public void testTransferParameterUnset() throws Exception { expectFileContains("testTransferParameterUnset", "out/out.xml", "undefined='${value}'"); } public void testTransferParameterUnsetWithIf() throws Exception { expectFileContains("testTransferParameterUnsetWithIf", "out/out.xml", "undefined='undefined default value'"); } public void testNewerStylesheet() throws Exception { expectFileContains("testNewerStylesheet", "out/out.xml", "new-value");
void test10() { expectBuildExceptionContaining("test10", "Attribute has no name", "Attributes must have name and value"); } /** * Inline manifest - Invalid attribute without value */ public void test11() { expectBuildExceptionContaining("test11", "Attribute has no value", "Attributes must have name and value"); } /** * Inline manifest - Invalid attribute without value */ public void test12() { expectBuildExceptionContaining("test12", "Section with no name", "Sections must have a name"); } /** * Inline manifest - Duplicate attribute */ public void test13() { expectBuildExceptionContaining("test13", "Duplicate Attribute", "The attribute \"Test\" may not occur more than once in the same section");
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/StyleTest.java File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ManifestTest.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void testTransferParameterEmpty() throws Exception {
1
void test10() {
2
        expectFileContains("testTransferParameterEmpty",
2
        expectBuildExceptionContaining("test
3
                           "out/out.xml",
3
10", "Attribute has no name",
4
                                       "Attributes must have name and value");
4
    
5
    }
5
    
6
    /**
6
                   "empty=''");
7
     * Inline manifest - Invalid attribute without value
7
    }
8
    
9
 */
8
    public void testTransferParameterUnset() throws Exception {
10
    public void test11() {
9
        expectFileContains("testTransferParameterUnset",
11
        expectBuildExceptionContaining("test11", "Attribute has no value",
10
                           "out/out.xml",
12
                           
11
                 
13
            "Attributes must have name and value");
12
    
14
    }
13
      "undefined='${value}'");
15
    /**
16
     * Inline manifest - Invalid attribute without value
14
    }
17
    
18
 */
15
    public void testTransferParameterUnsetWithIf() throws Exception {
19
    public void test12() {
16
        expectFileContains("testTransferParameterUnsetWithIf",
20
        expectBuildExceptionContaining("test12", "Section with no name",
17
                           "out/out.xml",
21
                           
18
                
22
            "Sections must have a name");
19
    
23
    }
20
       "undefined='undefined default value'");
24
    /**
25
     * Inline manifest - Duplicate attribute
21
    }
26
    
27
 */
22
    public void testNewerStylesheet() throws Exception {
28
    public void test13() {
23
        expectFileContains("testNewerStylesheet",
29
        expectBuildExceptionContaining("test13", "Duplicate Attribute",
24
                           "out/out.xml",
30
                           
25
                           "new-value");
31
            "The attribute \"Test\" may not occur more than once in the same section");
26
    
32
    
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