CloneSet442


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.960block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11060
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IncludeTest.java
21186
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IncludeTest.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
60
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IncludeTest.java

{
  try {
    configureProject("src/etc/testcases/core/include/including_file_parse_error/build.xml");
    fail("should have caused a parser exception");
  }
  catch (BuildException
         e) {
    assertTrue(e.getLocation().toString() + " should refer to build.xml", e.getLocation().toString().indexOf("build.xml:") > -1);
  }
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
86
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IncludeTest.java

{
  try {
    configureProject("src/etc/testcases/core/include/included_file_parse_error/build.xml");
    fail("should have caused a parser exception");
  }
  catch (BuildException
         e) {
    assertTrue(e.getLocation().toString() + " should refer to included_file.xml", e.getLocation().toString().indexOf("included_file.xml:") > -1);
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

{
  try {
    configureProject( [[#variable13129b40]]);
    fail("should have caused a parser exception");
  }
  catch (BuildException
         e) {
    assertTrue(e.getLocation().toString() +  [[#variable13129aa0]], e.getLocation().toString().indexOf( [[#variable13129a00]]) > -1);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13129b40]]
"src/etc/testcases/core/include/including_file_parse_error/build.xml" 
12[[#13129b40]]
"src/etc/testcases/core/include/included_file_parse_error/build.xml" 
21[[#13129aa0]]
" should refer to build.xml" 
22[[#13129aa0]]
" should refer to included_file.xml" 
31[[#13129a00]]
"build.xml:" 
32[[#13129a00]]
"included_file.xml:"