public void setWidth(int width) { this.width = width; } /** * Set the height. * @param height the height of the arc. */ public void setHeight(int height) { this.height = height
public void setWidth(int width) { this.width = width; } /** * Set the height. * @param height the height of the elipse. */ public void setHeight(int height) { this.height = height
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Arc.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/image/Ellipse.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setWidth(int width) {
1
public void setWidth(int width) {
2
        this.width = width;
2
        this.width = width;
3
    }
3
    }
4
    /**
4
    /**
5
     * Set the height.
5
     * Set the height.
6
     * @param height the height of the arc.
6
     * @param height the height of the elipse.
7
     */
7
     */
8
    public void setHeight(int height) {
8
    public void setHeight(int height) {
9
        this.height = height
9
        this.height = height
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