CloneSet920


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12734
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
22309
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Target.java
3293
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
734
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java

/**
 * Set the project description.
 *
 * @param description The description of the project.
 *                    May be <code>null</code>.
 */
public void setDescription(String description) {
  this.description = description;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
309
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Target.java

/**
 * Sets the description of this target.
 *
 * @param description The description for this target.
 *                    May be <code>null</code>, indicating that no
 *                    description is available.
 */
public void setDescription(String description) {
  this.description = description;
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
93
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java

/**
 * Description of the label to be stored in the StarTeam project.
 * @param description the description to be used
 */
public void setDescription(String description) {
  this.description = description;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the project description.
     *
     * @param description The description of the project.
     *                    May be <code>null</code>.
     */
/**
     * Sets the description of this target.
     *
     * @param description The description for this target.
     *                    May be <code>null</code>, indicating that no
     *                    description is available.
     */
/**
     * Description of the label to be stored in the StarTeam project.
     * @param description the description to be used
     */
public void setDescription(String description) {
  this.description = description;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None