CloneSet1381


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12683
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
22703
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
683
Source File
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;
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
703
Source File
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.
 */
public void setDefault(String defaultTarget) {
  this.defaultTarget = defaultTarget;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112d0ba0]]
setDefaultTarget 
12[[#112d0ba0]]
setDefault