CloneSet841


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.979executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1883
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/FileListTest.java
21090
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/FileListTest.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
83
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/FileListTest.java

try {
  f.getDir(project);
  fail("Can make FileList a Reference to itself.");
}
catch (BuildException
       be) {
  assertEquals("This data type contains a circular reference.", be.getMessage());
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
90
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/FileListTest.java

try {
  f.getFiles(project);
  fail("Can make FileList a Reference to itself.");
}
catch (BuildException
       be) {
  assertEquals("This data type contains a circular reference.", be.getMessage());
}


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  f. [[#variable130bd360]](project);
  fail("Can make FileList a Reference to itself.");
}
catch (BuildException
       be) {
  assertEquals("This data type contains a circular reference.", be.getMessage());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130bd360]]
getDir 
12[[#130bd360]]
getFiles