CloneSet95


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7810.953method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1739
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java
2747
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java
3755
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java
4763
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java
5739
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java
6747
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java
7755
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java
8763
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
39
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java

public void testParagraphCharacter() throws IOException {
  try {
    super.testParagraphCharacter();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


Next
Previous
Clone Instance
2
Line Count
7
Source Line
47
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java

public void testLineSeparatorCharacter() throws IOException {
  try {
    super.testLineSeparatorCharacter();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


Next
Previous
Clone Instance
3
Line Count
7
Source Line
55
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java

public void testStandaloneCR() throws IOException {
  try {
    super.testStandaloneCR();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


Next
Previous
Clone Instance
4
Line Count
7
Source Line
63
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java

public void testWindowsLineSeparator() throws IOException {
  try {
    super.testWindowsLineSeparator();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


Next
Previous
Clone Instance
5
Line Count
7
Source Line
39
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java

public void testParagraphCharacter() throws IOException {
  try {
    super.testParagraphCharacter();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


Next
Previous
Clone Instance
6
Line Count
7
Source Line
47
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java

public void testLineSeparatorCharacter() throws IOException {
  try {
    super.testLineSeparatorCharacter();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


Next
Previous
Clone Instance
7
Line Count
7
Source Line
55
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java

public void testStandaloneCR() throws IOException {
  try {
    super.testStandaloneCR();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


First
Previous
Clone Instance
8
Line Count
7
Source Line
63
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java

public void testWindowsLineSeparator() throws IOException {
  try {
    super.testWindowsLineSeparator();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

public void [[#variable973a780]]() throws IOException {
  try {
    super. [[#variable973a780]]();
    fail("Should trigger once fixed. {@since JDK 1.4RC1}");
  }
  catch (AssertionFailedError
         e) {
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#973a780]]
testParagraphCharacter 
12[[#973a780]]
testLineSeparatorCharacter 
13[[#973a780]]
testStandaloneCR 
14[[#973a780]]
testWindowsLineSeparator 
15[[#973a780]]
testParagraphCharacter 
16[[#973a780]]
testLineSeparatorCharacter 
17[[#973a780]]
testStandaloneCR 
18[[#973a780]]
testWindowsLineSeparator