Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 610 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Ant.java |
2 | 2 | 44 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Deltree.java |
3 | 2 | 78 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Mkdir.java |
4 | 2 | 231 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java |
5 | 2 | 406 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java |
6 | 2 | 737 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.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; } |
| |||||
/** * Set the directory to be deleted * * @param dir the root of the tree to be removed. */ public void setDir(File dir) { this.dir = dir; } |
| |||||
/** * the directory to create; required. * * @param dir the directory to be made. */ public void setDir(File dir) { this.dir = dir; } |
| |||||
/** * 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; } |
| |||||
/** * 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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |