if (orientation == PlotOrientation.VERTICAL) { space.setLeft(fixed.getLeft()); space.setRight(fixed.getRight()); } else if (orientation == PlotOrientation.HORIZONTAL) { space.setTop(fixed.getTop()); space.setBottom(fixed.getBottom());
if (orientation == PlotOrientation.VERTICAL) { space.setLeft(fixed.getLeft()); space.setRight(fixed.getRight()); } else if (orientation == PlotOrientation.HORIZONTAL) { space.setTop(fixed.getTop()); space.setBottom(fixed.getBottom());
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeXYPlot.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
if (orientation == PlotOrientation.VERTICAL) {
1
if (orientation == PlotOrientation.VERTICAL) {
2
                space.setLeft(fixed.getLeft());
2
                space.setLeft(fixed.getLeft());
3
                space.setRight(fixed.getRight());
3
                space.setRight(fixed.getRight());
4
            }
4
            }
5
            else if (orientation == PlotOrientation.HORIZONTAL) {
5
            else if (orientation == PlotOrientation.HORIZONTAL) {
6
                space.setTop(fixed.getTop());
6
                space.setTop(fixed.getTop());
7
                space.setBottom(fixed.getBottom());                
7
                space.setBottom(fixed.getBottom());
8
            
8
            
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