if (orientation == PlotOrientation.VERTICAL) { right.moveTo(transX1, transStack1); right.lineTo(transX1, transY1); right.lineTo(transXRight, transStackRight); } else { right.moveTo(transStack1, transX1); right.lineTo(transY1, transX1); right.lineTo(transStackRight, transXRight); }
if (orientation == PlotOrientation.VERTICAL) { right.moveTo(transX1, transStack1); right.lineTo(transX1, transY1); right.lineTo(transXRight, transStackRight); } else { right.moveTo(transStack1, transX1); right.lineTo(transY1, transX1); right.lineTo(transStackRight, transXRight); } right.closePath();
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java File path: /jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StackedXYAreaRenderer2.java
Method name: void drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) Method name: void drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int)
Number of AST nodes: 7 Number of AST nodes: 8
1
if (orientation == PlotOrientation.VERTICAL) {
1
if (orientation == PlotOrientation.VERTICAL) {
2
                    right.moveTo(transX1, transStack1);
2
                    right.moveTo(transX1, transStack1);
3
                    right.lineTo(transX1, transY1);
3
                    right.lineTo(transX1, transY1);
4
                    right.lineTo(transXRight, transStackRight);
4
                    right.lineTo(transXRight, transStackRight);
5
            	}
5
            	}
6
            	else {
6
            	else {
7
                    right.moveTo(transStack1, transX1);
7
                    right.moveTo(transStack1, transX1);
8
                    right.lineTo(transY1, transX1);
8
                    right.lineTo(transY1, transX1);
9
                    right.lineTo(transStackRight, transXRight);
9
                    right.lineTo(transStackRight, transXRight);
10
            	}
10
            	}
11
                right.closePath();
Summary
Number of common nesting structure subtrees1
Number of refactorable cases0
Number of non-refactorable cases1
Time elapsed for finding largest common nesting structure subtrees (ms)0.2
Clones locationClones are in the same method
Number of node comparisons49
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements7
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment1
    Time elapsed for statement mapping (ms)5.4
    Clone typeType 3
    Mapped Statements
    ID Statement ID Statement
    114
    if (orientation == PlotOrientation.VERTICAL)
    80
    if (orientation == PlotOrientation.VERTICAL)
    115
    right.moveTo(transX1, transStack1);
    81
    right.moveTo(transX1, transStack1);
    116
    right.lineTo(transX1, transY1);
    82
    right.lineTo(transX1, transY1);
    117
    right.lineTo(transXRight, transStackRight);
    83
    right.lineTo(transXRight, transStackRight);
    else
    else
    118
    right.moveTo(transStack1, transX1);
    84
    right.moveTo(transStack1, transX1);
    119
    right.lineTo(transY1, transX1);
    85
    right.lineTo(transY1, transX1);
    120
    right.lineTo(transStackRight, transXRight);
    86
    right.lineTo(transStackRight, transXRight);
                                                
    87
    right.closePath();
    Preondition Violations
    Unmatched statement right.closePath(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted
    87
    right.closePath();
    Precondition Violations (1)
    Row Violation
    1Unmatched statement right.closePath(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted