Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 683 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
2 | 2 | 703 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
| |||||
/** * Set the default target of the project. * * @param defaultTarget The name of the default target for this project. * May be <code>null</code>, indicating that there is * no default target. * * @deprecated since 1.5.x. * Use setDefault. * @see #setDefault(String) */ public void setDefaultTarget(String defaultTarget) { this.defaultTarget = defaultTarget; } |
| |||||
/** * Set the default target of the project. * * @param defaultTarget The name of the default target for this project. * May be <code>null</code>, indicating that there is * no default target. */ public void setDefault(String defaultTarget) { this.defaultTarget = defaultTarget; } |
| |||
/** * Set the default target of the project. * * @param defaultTarget The name of the default target for this project. * May be <code>null</code>, indicating that there is * no default target. */ /** * Set the default target of the project. * * @param defaultTarget The name of the default target for this project. * May be <code>null</code>, indicating that there is * no default target. * * @deprecated since 1.5.x. * Use setDefault. * @see #setDefault(String) */ public void [[#variable112d0ba0]](String defaultTarget) { this.defaultTarget = defaultTarget; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112d0ba0]] | setDefaultTarget |
1 | 2 | [[#112d0ba0]] | setDefault |