CloneSet597


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.951method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16130
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TarTest.java
26139
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TarTest.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
130
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TarTest.java

public void test10() {
  executeTarget("test10");
  File f1 = new File(System.getProperty("root"), "src/etc/testcases/taskdefs/test10.xml");
  if ( !f1.exists()) {
    fail("The fullpath attribute or the preserveLeadingSlashes attribute does not work propertly");
  }
}


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

public void test11() {
  executeTarget("test11");
  File f1 = new File(System.getProperty("root"), "src/etc/testcases/taskdefs/test11.xml");
  if ( !f1.exists()) {
    fail("The fullpath attribute or the preserveLeadingSlashes attribute does not work propertly");
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

public void [[#variable1302a060]]() {
  executeTarget( [[#variable13023f40]]);
  File f1 = new File(System.getProperty("root"),  [[#variable13023ee0]]);
  if ( !f1.exists()) {
    fail("The fullpath attribute or the preserveLeadingSlashes attribute does not work propertly");
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1302a060]]
test10 
12[[#1302a060]]
test11 
21[[#13023f40]]
"test10" 
22[[#13023f40]]
"test11" 
31[[#13023ee0]]
"src/etc/testcases/taskdefs/test10.xml" 
32[[#13023ee0]]
"src/etc/testcases/taskdefs/test11.xml"