Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 734 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
2 | 2 | 309 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Target.java |
3 | 2 | 93 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.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; } |
| |||||
/** * 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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |