Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 172 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java |
2 | 2 | 684 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java |
3 | 2 | 141 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Patch.java |
| |||||
/** * set the directory to run from, if the default is inadequate * @param directory the directory to use. */ public void setDirectory(File directory) { this.directory = directory; } |
| |||||
/** * set directory; alternate syntax * @param directory the base dir. */ public void setBaseDir(File directory) { this.directory = directory; } |
| |||||
/** * The directory to run the patch command in, defaults to the * project's base directory. * @param directory the directory to run the patch command in * @since Ant 1.5 */ public void setDir(File directory) { this.directory = directory; } |
| |||
/** * set directory; alternate syntax * @param directory the base dir. */ /** * The directory to run the patch command in, defaults to the * project's base directory. * @param directory the directory to run the patch command in * @since Ant 1.5 */ /** * set the directory to run from, if the default is inadequate * @param directory the directory to use. */ public void [[#variable130dc100]](File directory) { this.directory = directory; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130dc100]] | setDirectory |
1 | 2 | [[#130dc100]] | setBaseDir |
1 | 3 | [[#130dc100]] | setDir |