Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 203 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java |
2 | 2 | 86 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/ImportTypelib.java |
3 | 2 | 140 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java |
4 | 2 | 151 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java |
5 | 2 | 167 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Zip.java |
| |||||
/** * the output file (required) * @param destFile the destination file. */ public void setDestFile(File destFile) { this.destFile = destFile; } |
| |||||
/** * This method names the output file. * * This is an operation which is required to have been performed. * @param destFile the output file. */ public void setDestFile(File destFile) { this.destFile = destFile; } |
| |||||
/** * Name of the file to generate. Required * @param destFile filename */ public void setDestFile(File destFile) { this.destFile = destFile; } |
| |||||
/** * Set is the name/location of where to create the tar file. * @since Ant 1.5 * @param destFile The output of the tar */ public void setDestFile(File destFile) { this.tarFile = destFile; } |
| |||||
/** * The file to create; required. * @since Ant 1.5 * @param destFile The new destination File */ public void setDestFile(File destFile) { this.zipFile = destFile; } |
| |||
/** * The file to create; required. * @since Ant 1.5 * @param destFile The new destination File */ /** * Set is the name/location of where to create the tar file. * @since Ant 1.5 * @param destFile The output of the tar */ /** * Name of the file to generate. Required * @param destFile filename */ /** * the output file (required) * @param destFile the destination file. */ /** * This method names the output file. * * This is an operation which is required to have been performed. * @param destFile the output file. */ public void setDestFile(File destFile) { this. [[#variable13138a60]]= destFile; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13138a60]] | destFile |
1 | 2 | [[#13138a60]] | destFile |
1 | 3 | [[#13138a60]] | destFile |
1 | 4 | [[#13138a60]] | tarFile |
1 | 5 | [[#13138a60]] | zipFile |