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
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/taskdefs/MacroDef.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
         * Gets the description of this element.
6
         *
5
         * @return the description of the element, or <code>null</code> if
7
         * @return the description of the element, or <code>null</code> if
6
         *         no description is available.
8
         *         no description is available.
7
         * @since ant 1.6.1
9
         * @since ant 1.6.1
8
         */
10
         */
9
        public String getDescription() {
11
        public String getDescription() {
10
            return description
12
            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