File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java | File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | if (mappedAxis == null) {↵ | 1 | if (mappedAxis == null) {↵ | |
2 | if (axisIndex.equals(ZERO)) {↵ | 2 | if (axisIndex.equals(ZERO)) {↵ | |
3 | result.add(this.datasets.get(i));↵ | 3 | result.add(this.datasets.get(i));↵ | |
4 | }↵ | 4 | }↵ | |
5 | }↵ | 5 | }↵ | |
6 | else {↵ | 6 | else {↵ | |
7 | if (mappedAxis.equals(axisIndex)) {↵ | 7 | if (mappedAxis.equals(axisIndex)) {↵ | |
8 | result.add(this.datasets.get(i));↵ | 8 | result.add(this.datasets.get(i));↵ | |
9 | | 9 |
| |
See real code fragment | See real code fragment |
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.0 |
Clones location | |
Number of node comparisons | 0 |