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;
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;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/ProjectComponent.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setDescription(String desc) {
1
public void setDescription(String desc) {
2
        description = desc;
2
            description = desc;
3
    }
3
        }
4
    /**
4
        /**
5
     * Returns the description of the current action.
5
         * Gets the description of th
6
is element.
6
     *
7
         *
7
     * @return the description of the current action, or <code>null</code> if
8
         * @return the description of the element, or <code>null</code> if
8
     *         no description is available.
9
         *         no description is available.
10
         * @since ant 1.6.1
9
     */
11
         */
10
    public String getDescription() {
12
        public String getDescription() {
11
        return description;
13
            return description;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0