result.setRect( area.getX() + this.left, area.getY() + this.top, area.getWidth() - this.left - this.right, area.getHeight() - this.top - this.bottom );
result.setRect( area.getX() - this.left, area.getY() - this.top, area.getWidth() + this.left + this.right, area.getHeight() + this.top + this.bottom );
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/axis/AxisSpace.java File path: /jfreechart-1.0.10/src/org/jfree/chart/axis/AxisSpace.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
result.setRect(
1
result.setRect(
2
            area.getX() + this.left, 
2
            area.getX() - this.left, 
3
            area.getY() + this.top,
3
            area.getY() - this.top,
4
            area.getWidth() - this.left - this.right,
4
            area.getWidth() + this.left + this.right,
5
            area.getHeight() - this.top - this.bottom
5
            area.getHeight() + this.top + this.bottom
6
        );
6
        );
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