CloneSet337


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2601.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12527
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java
22276
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Get.java
32112
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/KeySubst.java
42126
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java
5255
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rename.java
62116
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Unpack.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
527
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java

/**
 * The directory where the checked out files should be placed.
 *
 * <p>Note that this is different from CVS's -d command line
 * switch as Ant will never shorten pathnames to avoid empty
 * directories.</p>
 *
 * @param dest directory where the checked out files should be placed
 */
public void setDest(File dest) {
  this.dest = dest;
}


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

/**
 * Where to copy the source file.
 *
 * @param dest Path to file.
 */
public void setDest(File dest) {
  this.dest = dest;
}


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

/**
 * Set the destination file.
 * @param dest the destination file
 */
public void setDest(File dest) {
  this.dest = dest;
}


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

/**
 * Sets the destination directory where the EJB source classes must exist
 * and where the stubs and skeletons will be written.  The destination
 * directory must exist before this task is executed.
 *
 * @param dest The directory where the compiled classes will be written.
 */
public void setDest(File dest) {
  this.dest = dest;
}


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

/**
 * Sets the new name of the file.
 * @param dest the new name of the file.
 */
public void setDest(File dest) {
  this.dest = dest;
}


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

/**
 * The destination file or directory; optional.
 * @param dest destination file or directory
 */
public void setDest(File dest) {
  this.dest = dest;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * The directory where the checked out files should be placed.
     *
     * <p>Note that this is different from CVS's -d command line
     * switch as Ant will never shorten pathnames to avoid empty
     * directories.</p>
     *
     * @param dest directory where the checked out files should be placed
     */
/**
     * Where to copy the source file.
     *
     * @param dest Path to file.
     */
/**
     * Set the destination file.
     * @param dest the destination file
     */
/**
     * Sets the new name of the file.
     * @param dest the new name of the file.
     */
/**
     * The destination file or directory; optional.
     * @param dest destination file or directory
     */
/**
     * Sets the destination directory where the EJB source classes must exist
     * and where the stubs and skeletons will be written.  The destination
     * directory must exist before this task is executed.
     *
     * @param dest The directory where the compiled classes will be written.
     */
public void setDest(File dest) {
  this.dest = dest;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None