File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java | File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java | |||
Method name: Map drawAxes(Graphics2D, Rectangle2D, Rectangle2D, PlotRenderingInfo)
|
Method name: Map drawAxes(Graphics2D, Rectangle2D, Rectangle2D, PlotRenderingInfo)
|
|||
Number of AST nodes: 5 | Number of AST nodes: 5 | |||
1 | Axis axis = (Axis) iterator.next();↵ | 1 | Axis axis = (Axis) iterator.next();↵ | |
2 | if (axis != null) {↵ | 2 | if (axis != null) {↵ | |
3 | AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea,↵ | 3 | AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea,↵ | |
4 | RectangleEdge.BOTTOM, plotState);↵ | 4 | RectangleEdge.RIGHT, plotState);↵ | |
5 | cursor = axisState.getCursor();↵ | 5 | cursor = axisState.getCursor();↵ | |
6 | axisStateMap.put(axis, axisState);↵ | 6 | axisStateMap.put(axis, axisState);↵ | |
7 | } | 7 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.2 |
Clones location | Clones are in the same method |
Number of node comparisons | 25 |
Number of mapped statements | 5 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 115.9 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
22 | Axis axis = (Axis)iterator.next(); | 38 | Axis axis = (Axis)iterator.next(); | |||||||||||
23 | if (axis != null) | 39 | if (axis != null) | |||||||||||
24 | AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea, RectangleEdge.BOTTOM, plotState); |
| 40 | AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea, RectangleEdge.RIGHT, plotState); | ||||||||||
25 | cursor = axisState.getCursor(); | 41 | cursor = axisState.getCursor(); | |||||||||||
26 | axisStateMap.put(axis, axisState); | 42 | axisStateMap.put(axis, axisState); |
Row | Violation |
---|