Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 19 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 62 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Basename.java |
2 | 2 | 158 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Checksum.java |
3 | 2 | 39 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsFileSelected.java |
4 | 2 | 50 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsSigned.java |
5 | 2 | 118 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Copy.java |
6 | 2 | 120 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Delete.java |
7 | 2 | 54 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Dirname.java |
8 | 2 | 96 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Echo.java |
9 | 2 | 149 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/FixCRLF.java |
10 | 2 | 296 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
11 | 2 | 98 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MakeUrl.java |
12 | 2 | 96 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetResource.java |
13 | 2 | 435 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java |
14 | 2 | 149 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java |
15 | 2 | 385 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java |
16 | 2 | 194 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java |
17 | 2 | 170 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Property.java |
18 | 2 | 705 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Replace.java |
19 | 2 | 106 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Touch.java |
| |||||
/** * file or directory to get base name from * @param file file or directory to get base name from */ public void setFile(File file) { this.file = file; } |
| |||||
/** * Sets the file for which the checksum is to be calculated. * @param file a <code>File</code> value */ public void setFile(File file) { this.file = file; } |
| |||||
/** * The file to check. * @param file the file to check if if passes the embedded selector. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * The jarfile that is to be tested for the presence * of a signature. * @param file jarfile to be tested. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * Set a single source file to copy. * @param file the file to copy. */ public void setFile(File file) { this.file = file; } |
| |||||
// CheckStyle:VisibilityModifier ON /** * Set the name of a single file to be removed. * * @param file the file to be deleted */ public void setFile(File file) { this.file = file; } |
| |||||
/** * Path to take the dirname of. * @param file a <code>File</code> value */ public void setFile(File file) { this.file = file; } |
| |||||
/** * File to write to. * @param file the file to write to, if not set, echo to * standard output */ public void setFile(File file) { this.file = file; } |
| |||||
/** * Set a single file to convert. * @since Ant 1.6.3 * @param file the file to convert. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * Set the source file. * * @param file the source file. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * the name of a file to be converted into a URL * * @param file the file to be converted. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * name the resource * * @param file the file. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * name of a file to use as a source of WSDL or XSD data * @param file the file to use. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * file for which the regular expression should be replaced; * required unless a nested fileset is supplied. * @param file The file for which the reg exp should be replaced. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * identify a file that contains this namespace's schema. * The file must exist. * @param file the file contains the schema. */ public void setFile(File file) { this.file = file; } |
| |||||
/** * specify the file to be checked; optional. * @param file the file to be checked */ public void setFile(File file) { this.file = file; } |
| |||||
/** * Filename of a property file to load. * @param file filename * * @ant.attribute group="noname" */ public void setFile(File file) { this.file = file; } |
| |||||
/** * Set the source file; required unless <code>dir</code> is set. * @param file source <code>File</code>. */ public void setFile(File file) { this.src = file; } |
| |||||
/** * Sets a single source file to touch. If the file does not exist * an empty file will be created. * @param file the <code>File</code> to touch. */ public void setFile(File file) { this.file = file; } |
| |||
/** * file or directory to get base name from * @param file file or directory to get base name from */ /** * Set the source file; required unless <code>dir</code> is set. * @param file source <code>File</code>. */ /** * Set a single source file to copy. * @param file the file to copy. */ // CheckStyle:VisibilityModifier ON /** * Set the name of a single file to be removed. * * @param file the file to be deleted */ /** * Path to take the dirname of. * @param file a <code>File</code> value */ /** * File to write to. * @param file the file to write to, if not set, echo to * standard output */ /** * Set a single file to convert. * @since Ant 1.6.3 * @param file the file to convert. */ /** * Set the source file. * * @param file the source file. */ /** * The file to check. * @param file the file to check if if passes the embedded selector. */ /** * The jarfile that is to be tested for the presence * of a signature. * @param file jarfile to be tested. */ /** * Sets the file for which the checksum is to be calculated. * @param file a <code>File</code> value */ /** * name of a file to use as a source of WSDL or XSD data * @param file the file to use. */ /** * identify a file that contains this namespace's schema. * The file must exist. * @param file the file contains the schema. */ /** * name the resource * * @param file the file. */ /** * the name of a file to be converted into a URL * * @param file the file to be converted. */ /** * Sets a single source file to touch. If the file does not exist * an empty file will be created. * @param file the <code>File</code> to touch. */ /** * file for which the regular expression should be replaced; * required unless a nested fileset is supplied. * @param file The file for which the reg exp should be replaced. */ /** * Filename of a property file to load. * @param file filename * * @ant.attribute group="noname" */ /** * specify the file to be checked; optional. * @param file the file to be checked */ public void setFile(File file) { this. [[#variablefe31dc0]]= file; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#fe31dc0]] | file |
1 | 2 | [[#fe31dc0]] | file |
1 | 3 | [[#fe31dc0]] | file |
1 | 4 | [[#fe31dc0]] | file |
1 | 5 | [[#fe31dc0]] | file |
1 | 6 | [[#fe31dc0]] | file |
1 | 7 | [[#fe31dc0]] | file |
1 | 8 | [[#fe31dc0]] | file |
1 | 9 | [[#fe31dc0]] | file |
1 | 10 | [[#fe31dc0]] | file |
1 | 11 | [[#fe31dc0]] | file |
1 | 12 | [[#fe31dc0]] | file |
1 | 13 | [[#fe31dc0]] | file |
1 | 14 | [[#fe31dc0]] | file |
1 | 15 | [[#fe31dc0]] | file |
1 | 16 | [[#fe31dc0]] | file |
1 | 17 | [[#fe31dc0]] | file |
1 | 18 | [[#fe31dc0]] | src |
1 | 19 | [[#fe31dc0]] | file |