while (iterator.hasNext()) {
Title currentTitle = (Title) iterator.next();
EntityCollection e = drawTitle(currentTitle, g2, nonTitleArea,
(entities != null));
if (e != null) {
entities.addAll(e);
}
}
Axis yAxis = (Axis) this.rangeAxes.get(i);
if (yAxis != null) {
RectangleEdge edge = getRangeAxisEdge(i);
space = yAxis.reserveSpace(g2, this, plotArea, edge, space);
}
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/JFreeChart.java
|
|
File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
|
Method name: void draw(Graphics2D, Rectangle2D, Point2D, ChartRenderingInfo)
|
|
Method name: AxisSpace calculateRangeAxisSpace(Graphics2D, Rectangle2D, AxisSpace)
|
Number of AST nodes: 5
|
|
Number of AST nodes: 4
|
|
1 | while (iterator.hasNext()) {↵ | | |
|
2 | Title currentTitle = (Title) iterator.next();↵ | | 1 | Axis yAxis = (Axis) this.rangeAxes.get(i);↵
|
3 | EntityCollection e = drawTitle(currentTitle, g2, nonTitleArea,↵ | | 2 | ↵
|
4 | (entities != null));↵ | | |
|
5 | if (e != null) {↵ | | |
|
6 | entities.addAll(↵ | | 3 | if (yAxis != null) {↵
|
| | | 4 | RectangleEdge edge = getRangeAxisEdge(i);↵
|
7 | e);↵ | | 5 | space = yAxis.reserveSpace(g2, this, plotArea, edge, space);↵
|
8 | }↵ | | 6 | ↵
|
9 | } | | 7 | }
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.1 |
Clones location | Clones are in different classes |
Number of node comparisons | 1 |