File path: /jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.java | File path: /jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.java | |||
Method name: void add(BoxAndWhiskerItem, Comparable, Comparable)
|
Method name: void add(BoxAndWhiskerItem, Comparable, Comparable)
|
|||
Number of AST nodes: 8 | Number of AST nodes: 8 | |||
1 | if (Double.isNaN(this.maximumRangeValue)) {↵ | 1 | if (Double.isNaN(this.minimumRangeValue)) {↵ | |
2 | this.maximumRangeValue = maxval;↵ | 2 | this.minimumRangeValue = minval;↵ | |
3 | this.maximumRangeValueRow = r;↵ | 3 | this.minimumRangeValueRow = r;↵ | |
4 | this.maximumRangeValueColumn = c;↵ | 4 | this.minimumRangeValueColumn = c;↵ | |
5 | }↵ | 5 | }↵ | |
6 | else if (maxval > this.maximumRangeValue) {↵ | 6 | else if (minval < this.minimumRangeValue) {↵ | |
7 | this.maximumRangeValue = maxval;↵ | 7 | this.minimumRangeValue = minval;↵ | |
8 | this.maximumRangeValueRow = r;↵ | 8 | this.minimumRangeValueRow = r;↵ | |
9 | this.maximumRangeValueColumn = c;↵ | 9 | this.minimumRangeValueColumn = c;↵ | |
10 | } | 10 |
| |
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.2 |
Clones location | Clones are in the same method |
Number of node comparisons | 4 |