CloneSet246


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2520.952primary_not_new_array
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12366
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java
21369
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java
31371
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java
42373
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java
52376
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
366
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java

FILE_UTILS.contentEquals(new File(System.getProperty("root"), "foo"), new File(System.getProperty("root"), "bar"))


Next
Previous
Clone Instance
2
Line Count
1
Source Line
369
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java

FILE_UTILS.contentEquals(new File(System.getProperty("root"), "foo"), new File(System.getProperty("root"), "build.xml"))


Next
Previous
Clone Instance
3
Line Count
1
Source Line
371
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java

FILE_UTILS.contentEquals(new File(System.getProperty("root"), "src"), new File(System.getProperty("root"), "src"))


Next
Previous
Clone Instance
4
Line Count
2
Source Line
373
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java

FILE_UTILS.contentEquals(new File(System.getProperty("root"), "build.xml"), new File(System.getProperty("root"), "build.xml"))


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

FILE_UTILS.contentEquals(new File(System.getProperty("root"), "build.xml"), new File(System.getProperty("root"), "docs.xml"))


Clone AbstractionParameter Count: 2Parameter Bindings

FILE_UTILS.contentEquals(new File(System.getProperty("root"),  [[#variable131b8e00]]), new File(System.getProperty("root"),  [[#variable131b8ce0]]))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131b8e00]]
"foo" 
12[[#131b8e00]]
"foo" 
13[[#131b8e00]]
"src" 
14[[#131b8e00]]
"build.xml" 
15[[#131b8e00]]
"build.xml" 
21[[#131b8ce0]]
"bar" 
22[[#131b8ce0]]
"build.xml" 
23[[#131b8ce0]]
"src" 
24[[#131b8ce0]]
"build.xml" 
25[[#131b8ce0]]
"docs.xml"