Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 4 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 116 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ProjectComponent.java |
2 | 11 | 373 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java |
3 | 10 | 491 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java |
4 | 13 | 580 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java |
| |||||
/** * Sets a description of the current action. This may be used for logging * purposes. * * @param desc Description of the current action. * May be <code>null</code>, indicating that no description is * available. * */ public void setDescription(String desc) { description = desc; } /** * Returns the description of the current action. * * @return the description of the current action, or <code>null</code> if * no description is available. */ public String getDescription() { return description; } |
| |||||
/** * @param desc Description of the element. * @since ant 1.6.1 */ public void setDescription(String desc) { description = desc; } /** * @return the description of the element, or <code>null</code> if * no description is available. * @since ant 1.6.1 */ public String getDescription() { return description; } |
| |||||
/** * @param desc Description of the text. */ public void setDescription(String desc) { description = desc; } /** * @return the description of the text, or <code>null</code> if * no description is available. */ public String getDescription() { return description; } |
| |||||
/** * Sets a textual description of this element, * for build documentation purposes only. * * @param desc Description of the element. * @since ant 1.6.1 */ public void setDescription(String desc) { description = desc; } /** * Gets the description of this element. * * @return the description of the element, or <code>null</code> if * no description is available. * @since ant 1.6.1 */ public String getDescription() { return description; } |
| |||
/** * @param desc Description of the element. * @since ant 1.6.1 */ /** * @param desc Description of the text. */ /** * Sets a textual description of this element, * for build documentation purposes only. * * @param desc Description of the element. * @since ant 1.6.1 */ /** * Sets a description of the current action. This may be used for logging * purposes. * * @param desc Description of the current action. * May be <code>null</code>, indicating that no description is * available. * */ public void setDescription(String desc) { description = desc; } /** * @return the description of the element, or <code>null</code> if * no description is available. * @since ant 1.6.1 */ /** * @return the description of the text, or <code>null</code> if * no description is available. */ /** * Gets the description of this element. * * @return the description of the element, or <code>null</code> if * no description is available. * @since ant 1.6.1 */ /** * Returns the description of the current action. * * @return the description of the current action, or <code>null</code> if * no description is available. */ public String getDescription() { return description; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |