Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 12 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 134 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Copy.java |
2 | 2 | 71 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/CopyPath.java |
3 | 2 | 169 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecuteOn.java |
4 | 2 | 132 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/FixCRLF.java |
5 | 2 | 235 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java |
6 | 2 | 129 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/image/Image.java |
7 | 2 | 164 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java |
8 | 2 | 143 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java |
9 | 2 | 140 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/BaseTest.java |
10 | 2 | 111 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java |
11 | 2 | 190 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SignJar.java |
12 | 2 | 86 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/TempFile.java |
| |||||
/** * Set the destination directory. * @param destDir the destination directory. */ public void setTodir(File destDir) { this.destDir = destDir; } |
| |||||
/** * The dest dir attribute. * @param destDir the value of the destdir attribute. */ public void setDestDir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Specify the directory where target files are to be placed. * @param destDir the File object representing the destination directory. */ public void setDest(File destDir) { this.destDir = destDir; } |
| |||||
/** * Set the destination where the fixed files should be placed. * Default is to replace the original file. * @param destDir the destination directory. */ public void setDestdir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Set the destination directory into which the Java source * files should be compiled. * @param destDir the destination director */ public void setDestdir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Set the destination directory for manipulated images. * @param destDir The destination directory. */ public void setDestDir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Set the destination directory into which the Java source * files should be compiled. * @param destDir the destination directory. */ public void setDestdir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Set the destination directory into which the JSP source * files should be compiled. * @param destDir the destination directory. */ public void setDestdir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Sets the destination directory. * @param destDir the destination directory. */ public void setTodir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Set the destination directory to place converted files into. * * @param destDir directory to place output file into. */ public void setDest(File destDir) { this.destDir = destDir; } |
| |||||
/** * Optionally sets the output directory to be used. * * @param destDir the directory in which to place signed jars * @since Ant 1.7 */ public void setDestDir(File destDir) { this.destDir = destDir; } |
| |||||
/** * Sets the destination directory. If not set, * the basedir directory is used instead. * * @param destDir The new destDir value */ public void setDestDir(File destDir) { this.destDir = destDir; } |
| |||
/** * Set the destination directory. * @param destDir the destination directory. */ /** * The dest dir attribute. * @param destDir the value of the destdir attribute. */ /** * Specify the directory where target files are to be placed. * @param destDir the File object representing the destination directory. */ /** * Set the destination where the fixed files should be placed. * Default is to replace the original file. * @param destDir the destination directory. */ /** * Set the destination directory into which the Java source * files should be compiled. * @param destDir the destination director */ /** * Sets the destination directory. * @param destDir the destination directory. */ /** * Sets the destination directory. If not set, * the basedir directory is used instead. * * @param destDir The new destDir value */ /** * Set the destination directory to place converted files into. * * @param destDir directory to place output file into. */ /** * Set the destination directory into which the Java source * files should be compiled. * @param destDir the destination directory. */ /** * Set the destination directory for manipulated images. * @param destDir The destination directory. */ /** * Optionally sets the output directory to be used. * * @param destDir the directory in which to place signed jars * @since Ant 1.7 */ /** * Set the destination directory into which the JSP source * files should be compiled. * @param destDir the destination directory. */ public void [[#variablefd9b760]](File destDir) { this.destDir = destDir; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#fd9b760]] | setTodir |
1 | 2 | [[#fd9b760]] | setDestDir |
1 | 3 | [[#fd9b760]] | setDest |
1 | 4 | [[#fd9b760]] | setDestdir |
1 | 5 | [[#fd9b760]] | setDestdir |
1 | 6 | [[#fd9b760]] | setDestDir |
1 | 7 | [[#fd9b760]] | setDestdir |
1 | 8 | [[#fd9b760]] | setDestdir |
1 | 9 | [[#fd9b760]] | setTodir |
1 | 10 | [[#fd9b760]] | setDest |
1 | 11 | [[#fd9b760]] | setDestDir |
1 | 12 | [[#fd9b760]] | setDestDir |