try { super.testStandaloneCR(); fail("Should trigger once fixed. {@since JDK 1.4RC1}"); } catch (AssertionFailedError e){ }
try { super.testStandaloneCR(); fail("Should trigger once fixed. {@since JDK 1.4RC1}"); } catch (AssertionFailedError e){ }
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java
Method name: void testStandaloneCR() Method name: void testStandaloneCR()
Number of AST nodes: 3 Number of AST nodes: 3
1
try {
1
try {
2
            super.testStandaloneCR();
2
            super.testStandaloneCR();
3
            fail("Should trigger once fixed. {@since JDK 1.4RC1}");
3
            fail("Should trigger once fixed. {@since JDK 1.4RC1}");
4
        } catch (AssertionFailedError e){
4
        } catch (AssertionFailedError e){
5
        }
5
        }
Summary
Number of common nesting structure subtrees1
Number of refactorable cases0
Number of non-refactorable cases1
Time elapsed for finding largest common nesting structure subtrees (ms)0.1
Clones locationClones are in different classes having the same super class
Number of node comparisons9
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements3
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment0
    Time elapsed for statement mapping (ms)0.7
    Clone typeType 1
    Mapped Statements
    ID Statement ID Statement
    1
    try
    1
    try
    2
    super.testStandaloneCR();
    2
    super.testStandaloneCR();
    2
    super.testStandaloneCR();
    Preondition Violations
    Super method call super.testStandaloneCR(); cannot be extracted from method
    Super method call super.testStandaloneCR(); cannot be extracted from method
    2
    super.testStandaloneCR();
    3
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
    3
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
    Precondition Violations (2)
    Row Violation
    1Super method call super.testStandaloneCR(); cannot be extracted from method
    2Super method call super.testStandaloneCR(); cannot be extracted from method