File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPlot.java | File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPlot.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 | if (current.isClippedToWindow()) {↵ | 1 | if (current.isClippedToWindow()) {↵ | |
2 | Shape savedClip = g2.getClip();↵ | 2 | Shape savedClip = g2.getClip();↵ | |
3 | g2.clip(this.dialFrame.getWindow(frame));↵ | 3 | g2.clip(this.dialFrame.getWindow(frame));↵ | |
4 | current.draw(g2, this, frame, area);↵ | 4 | current.draw(g2, this, frame, area);↵ | |
5 | g2.setClip(savedClip);↵ | 5 | g2.setClip(savedClip);↵ | |
6 | }↵ | 6 | }↵ | |
7 | else {↵ | 7 | else {↵ | |
8 | current.draw(g2, this, frame, area);↵ | 8 | current.draw(g2, this, frame, area);↵ | |
9 | } | 9 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 1 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.2 |
Clones location | Clones are in the same method |
Number of node comparisons | 38 |
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) | 7.6 |
Clone type | Type 2 |
ID | Statement | ID | Statement | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
15 | if (current.isClippedToWindow()) |
| 25 | if (current.isClippedToWindow()) | |||||||||||
16 | Shape savedClip = g2.getClip(); | 26 | Shape savedClip = g2.getClip(); | ||||||||||||
17 | g2.clip(this.dialFrame.getWindow(frame)); | 27 | g2.clip(this.dialFrame.getWindow(frame)); | ||||||||||||
18 | current.draw(g2, this, frame, area); |
| 28 | current.draw(g2, this, frame, area); | |||||||||||
19 | g2.setClip(savedClip); | 29 | g2.setClip(savedClip); | ||||||||||||
else | else | ||||||||||||||
20 | current.draw(g2, this, frame, area); |
| 30 | current.draw(g2, this, frame, area); |
Row | Violation |
---|---|
1 | Type org.jfree.chart.plot.dial.DialLayer of variable current does not match with type org.jfree.chart.plot.dial.DialPointer of variable current |
2 | Type org.jfree.chart.plot.dial.DialLayer of variable current does not match with type org.jfree.chart.plot.dial.DialPointer of variable current |
3 | Type org.jfree.chart.plot.dial.DialLayer of variable current does not match with type org.jfree.chart.plot.dial.DialPointer of variable current |