public void setName(String name) { this.name = name; } /** * Get the value attribute. * @return the value attribute. */ public String getValue() { return value;
public void setName(String name) { this.name = name; } /** * getter for the value of the property * @return value of the property */ public String getValue() { return value;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Apt.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setName(String name) {
1
public void setName(String name) {
2
            this.name = name;
2
            this.name = name;
3
        }
3
        }
4
        /**
4
        /**
5
         * Get the value attribute.
5
         * getter for the value of the property
6
         * @return the value attribute.
6
         * @return value of the property
7
         */
7
         */
8
        public String getValue() {
8
        public String getValue() {
9
            return value;
9
            return value;
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