File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainXYPlot.java | File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java | |||
Method name: void draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo)
|
Method name: void draw(Graphics2D, Rectangle2D, Point2D, PlotState, PlotRenderingInfo)
|
|||
Number of AST nodes: 6 | Number of AST nodes: 6 | |||
1 | XYPlot plot = (XYPlot) this.subplots.get(i);↵ | 1 | CategoryPlot plot = (CategoryPlot) this.subplots.get(i);↵ | |
2 | PlotRenderingInfo subplotInfo = null;↵ | 2 | PlotRenderingInfo subplotInfo = null;↵ | |
3 | if (info != null) {↵ | 3 | if (info != null) {↵ | |
4 | subplotInfo = new PlotRenderingInfo(info.getOwner());↵ | 4 | subplotInfo = new PlotRenderingInfo(info.getOwner());↵ | |
5 | info.addSubplotInfo(subplotInfo);↵ | 5 | info.addSubplotInfo(subplotInfo);↵ | |
6 | }↵ | 6 | }↵ | |
7 | plot.draw(g2, this.subplotAreas[i], anchor, parentState,↵ | 7 | plot.draw(g2, this.subplotArea[i], null, parentState,↵ | |
8 | subplotInfo); | 8 |
| |
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.3 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 17 |
Number of mapped statements | 6 |
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) | 8.6 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
17 | XYPlot plot = (XYPlot)this.subplots.get(i); |
| 16 | CategoryPlot plot = (CategoryPlot)this.subplots.get(i); | ||||||||||||||||
18 | PlotRenderingInfo subplotInfo = null; | 17 | PlotRenderingInfo subplotInfo = null; | |||||||||||||||||
19 | if (info != null) | 18 | if (info != null) | |||||||||||||||||
20 | subplotInfo = new PlotRenderingInfo(info.getOwner()); | 19 | subplotInfo = new PlotRenderingInfo(info.getOwner()); | |||||||||||||||||
21 | info.addSubplotInfo(subplotInfo); | 20 | info.addSubplotInfo(subplotInfo); | |||||||||||||||||
22 | plot.draw(g2, this.subplotAreas[i], anchor, parentState, subplotInfo); |
| 21 | plot.draw(g2, this.subplotArea[i], null, parentState, subplotInfo); |
Row | Violation |
---|