CloneSet753


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15261
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/filters/TokenFilterTest.java
25255
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ConcatTest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
261
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/filters/TokenFilterTest.java

private String getFileString(String target, String filename) throws IOException {
  executeTarget(target);
  return getFileString(filename);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
255
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ConcatTest.java

private String getFileString(String target, String filename) throws IOException {
  executeTarget(target);
  return getFileString(filename);
}


Clone AbstractionParameter Count: 0Parameter Bindings

private String getFileString(String target, String filename) throws IOException {
  executeTarget(target);
  return getFileString(filename);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None