CloneSet251


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12439
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java
22339
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java
Next
Last
Clone Instance
1
Line Count
24
Source Line
39
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java

public void testWindowsLineSeparator2() throws IOException {
  try {
    super.testWindowsLineSeparator2();
    fail("Should trigger when this bug is fixed. {@since 1.2}");
  }
  catch (AssertionFailedError
         e) {
  }
}

/**
 * Fails for the same reason as "default" mode in doEndTest2.
 */
public void testUnixLineSeparator() throws IOException {
  try {
    super.testUnixLineSeparator();
    fail("Should trigger once this bug is fixed. {@since 1.2}");
  }
  catch (AssertionFailedError
         e) {
  }
}

/**
 * Fails for "default" mode.
 */
protected void doEndTest2(String text) {
}


First
Previous
Clone Instance
2
Line Count
23
Source Line
39
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java

public void testWindowsLineSeparator2() throws IOException {
  try {
    super.testWindowsLineSeparator2();
    fail("Should trigger when this bug is fixed. {@since 1.2}");
  }
  catch (AssertionFailedError
         e) {
  }
}

/**
 * Fails for the same reason as "default" mode in doEndTest2.
 */
public void testUnixLineSeparator() throws IOException {
  try {
    super.testUnixLineSeparator();
    fail("Should trigger once this bug is fixed. {@since 1.2}");
  }
  catch (AssertionFailedError
         e) {
  }
}

/**
 * Fails for "default" mode.
 */
protected void doEndTest2(String text) {
}


Clone AbstractionParameter Count: 0Parameter Bindings

public void testWindowsLineSeparator2() throws IOException {
  try {
    super.testWindowsLineSeparator2();
    fail("Should trigger when this bug is fixed. {@since 1.2}");
  }
  catch (AssertionFailedError
         e) {
  }
}

/**
     * Fails for the same reason as "default" mode in doEndTest2.
     */
public void testUnixLineSeparator() throws IOException {
  try {
    super.testUnixLineSeparator();
    fail("Should trigger once this bug is fixed. {@since 1.2}");
  }
  catch (AssertionFailedError
         e) {
  }
}

/**
     * Fails for "default" mode.
     */
protected void doEndTest2(String text) {
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None