CloneSet458


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2510.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12203
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java
2286
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java
32140
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java
42151
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java
52167
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Zip.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
203
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java

/**
 * the output file (required)
 * @param destFile the destination file.
 */
public void setDestFile(File destFile) {
  this.destFile = destFile;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
86
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java

/**
 * This method names the output file.
 *
 * This is an operation which is required to have been performed.
 * @param destFile the output file.
 */
public void setDestFile(File destFile) {
  this.destFile = destFile;
}


Next
Previous
Clone Instance
3
Line Count
2
Source Line
140
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java

/**
 * Name of the file to generate. Required
 * @param destFile filename
 */
public void setDestFile(File destFile) {
  this.destFile = destFile;
}


Next
Previous
Clone Instance
4
Line Count
2
Source Line
151
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java

/**
 * Set is the name/location of where to create the tar file.
 * @since Ant 1.5
 * @param destFile The output of the tar
 */
public void setDestFile(File destFile) {
  this.tarFile = destFile;
}


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

/**
 * The file to create; required.
 * @since Ant 1.5
 * @param destFile The new destination File
 */
public void setDestFile(File destFile) {
  this.zipFile = destFile;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * The file to create; required.
     * @since Ant 1.5
     * @param destFile The new destination File
     */
/**
     * Set is the name/location of where to create the tar file.
     * @since Ant 1.5
     * @param destFile The output of the tar
     */
/**
     * Name of the file to generate. Required
     * @param destFile filename
     */
/**
     * the output file (required)
     * @param destFile the destination file.
     */
/**
     * This method names the output file.
     *
     * This is an operation which is required to have been performed.
     * @param destFile the output file.
     */
public void setDestFile(File destFile) {
  this. [[#variable13138a60]]= destFile;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13138a60]]
destFile 
12[[#13138a60]]
destFile 
13[[#13138a60]]
destFile 
14[[#13138a60]]
tarFile 
15[[#13138a60]]
zipFile