CloneSet338


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
12610
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Ant.java
2244
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Deltree.java
3278
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Mkdir.java
42231
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java
52406
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
62737
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
610
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Ant.java

/**
 * The directory to use as a base directory for the new Ant project.
 * Defaults to the current project's basedir, unless inheritall
 * has been set to false, in which case it doesn't have a default
 * value. This will override the basedir setting of the called project.
 * @param dir new directory as <code>File</code>.
 */
public void setDir(File dir) {
  this.dir = dir;
}


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

/**
 * Set the directory to be deleted
 *
 * @param dir the root of the tree to be removed.
 */
public void setDir(File dir) {
  this.dir = dir;
}


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

/**
 * the directory to create; required.
 *
 * @param dir the directory to be made.
 */
public void setDir(File dir) {
  this.dir = dir;
}


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

/**
 * The directory to invoke the VM in. Ignored if no JVM is forked.
 * @param   dir     the directory to invoke the JVM from.
 * @see #setFork(boolean)
 */
public void setDir(File dir) {
  this.dir = dir;
}


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

/**
 * The directory to invoke the VM in. Ignored if no JVM is forked.
 * @param   dir     the directory to invoke the JVM from.
 * @see #setFork(boolean)
 *
 * @since Ant 1.2
 */
public void setDir(File dir) {
  this.dir = dir;
}


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

/**
 * The base directory to use when replacing a token in multiple files;
 * required if <code>file</code> is not defined.
 * @param dir <code>File</code> representing the base directory.
 */
public void setDir(File dir) {
  this.dir = dir;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * The directory to use as a base directory for the new Ant project.
     * Defaults to the current project's basedir, unless inheritall
     * has been set to false, in which case it doesn't have a default
     * value. This will override the basedir setting of the called project.
     * @param dir new directory as <code>File</code>.
     */
/**
     * Set the directory to be deleted
     *
     * @param dir the root of the tree to be removed.
     */
/**
     * the directory to create; required.
     *
     * @param dir the directory to be made.
     */
/**
     * The base directory to use when replacing a token in multiple files;
     * required if <code>file</code> is not defined.
     * @param dir <code>File</code> representing the base directory.
     */
/**
     * The directory to invoke the VM in. Ignored if no JVM is forked.
     * @param   dir     the directory to invoke the JVM from.
     * @see #setFork(boolean)
     */
/**
     * The directory to invoke the VM in. Ignored if no JVM is forked.
     * @param   dir     the directory to invoke the JVM from.
     * @see #setFork(boolean)
     *
     * @since Ant 1.2
     */
public void setDir(File dir) {
  this.dir = dir;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None