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 | 527 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java |
2 | 2 | 276 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Get.java |
3 | 2 | 112 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/KeySubst.java |
4 | 2 | 126 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
5 | 2 | 55 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rename.java |
6 | 2 | 116 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Unpack.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; } |
| |||||
/** * Where to copy the source file. * * @param dest Path to file. */ public void setDest(File dest) { this.dest = dest; } |
| |||||
/** * Set the destination file. * @param dest the destination file */ public void setDest(File dest) { this.dest = dest; } |
| |||||
/** * 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; } |
| |||||
/** * Sets the new name of the file. * @param dest the new name of the file. */ public void setDest(File dest) { this.dest = dest; } |
| |||||
/** * The destination file or directory; optional. * @param dest destination file or directory */ public void setDest(File dest) { this.dest = dest; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |