CloneSet755


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12701
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Copy.java
22750
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Copy.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
701
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Copy.java

// reuse the array created by the mapper
for (int k = 0; k < mappedFiles.length; k++) {
  mappedFiles[k] = new File(toDir, mappedFiles[k]).getAbsolutePath();
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
750
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Copy.java

// reuse the array created by the mapper
for (int k = 0; k < mappedFiles.length; k++) {
  mappedFiles[k] = new File(toDir, mappedFiles[k]).getAbsolutePath();
}


Clone AbstractionParameter Count: 0Parameter Bindings

// reuse the array created by the mapper
for (int k = 0; k < mappedFiles.length; k++) {
  mappedFiles[k] = new File(toDir, mappedFiles[k]).getAbsolutePath();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None