File path: /jfreechart-1.0.10/tests/org/jfree/chart/junit/StackedBarChartTests.java | File path: /jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/SpiderWebPlotTests.java | |||
Method name: void testDrawWithNullInfo()
|
Method name: void testDrawWithNullInfo()
|
|||
Number of AST nodes: 6 | Number of AST nodes: 6 | |||
1 | try {↵ | 1 | try {↵ | |
2 | BufferedImage image = new BufferedImage(200 , 100, ↵ | 2 | BufferedImage image = new BufferedImage(200 , 100,↵ | |
3 | BufferedImage.TYPE_INT_RGB);↵ | 3 | BufferedImage.TYPE_INT_RGB);↵ | |
4 | Graphics2D g2 = image.createGraphics();↵ | 4 | Graphics2D g2 = image.createGraphics();↵ | |
5 | this.chart.draw(g2, new Rectangle2D.Double(0, 0, 200, 100), null, ↵ | 5 | chart.draw(g2, new Rectangle2D.Double(0, 0, 200, 100), null, ↵ | |
6 | null);↵ | 6 | null);↵ | |
7 | g2.dispose();↵ | 7 | g2.dispose();↵ | |
8 | success = true;↵ | 8 | success = true;↵ | |
9 | }↵ | 9 | }↵ | |
10 | catch (Exception e) {↵ | 10 | catch (Exception e) {↵ | |
11 | success = false;↵ | 11 | success = false;↵ | |
12 | } | 12 |
| |
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.1 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 36 |
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) | 2.5 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | try | 10 | try | |||||||||||
3 | BufferedImage image = new BufferedImage(200, 100, BufferedImage.TYPE_INT_RGB); | 11 | BufferedImage image = new BufferedImage(200, 100, BufferedImage.TYPE_INT_RGB); | |||||||||||
4 | Graphics2D g2 = image.createGraphics(); | 12 | Graphics2D g2 = image.createGraphics(); | |||||||||||
5 | this.chart.draw(g2, new Rectangle2D.Double(0, 0, 200, 100), null, null); |
| 13 | chart.draw(g2, new Rectangle2D.Double(0, 0, 200, 100), null, null); | ||||||||||
6 | g2.dispose(); | 14 | g2.dispose(); | |||||||||||
7 | success = true; | 15 | success = true; |
Row | Violation |
---|