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 | 145 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java |
2 | 2 | 454 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java |
3 | 2 | 209 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ANTLR.java |
| |||||
/** * Set the working directory of the process. * @param d the working directory of the process. */ public void setDir(File d) { this.dir = d; } |
| |||||
/** * Set the working directory of the process. * * @param d working directory. * */ public void setDir(File d) { this.dir = d; } |
| |||||
/** * The working directory of the process * @param d the working directory */ public void setDir(File d) { this.workingdir = d; } |
| |||
/** * Set the working directory of the process. * @param d the working directory of the process. */ /** * The working directory of the process * @param d the working directory */ /** * Set the working directory of the process. * * @param d working directory. * */ public void setDir(File d) { this. [[#variable130e4900]]= d; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130e4900]] | dir |
1 | 2 | [[#130e4900]] | dir |
1 | 3 | [[#130e4900]] | workingdir |