File path: /jfreechart-1.0.10/src/org/jfree/data/RangeType.java | File path: /jfreechart-1.0.10/src/org/jfree/data/statistics/HistogramType.java | |||
Method name: Object readResolve()
|
Method name: Object readResolve()
|
|||
Number of AST nodes: 6 | Number of AST nodes: 6 | |||
1 | if (this.equals(RangeType.FULL)) {↵ | 1 | if (this.equals(HistogramType.FREQUENCY)) {↵ | |
2 | return RangeType.FULL;↵ | 2 | return HistogramType.FREQUENCY;↵ | |
3 | }↵ | 3 | }↵ | |
4 | else if (this.equals(RangeType.POSITIVE)) {↵ | 4 | else if (this.equals(HistogramType.RELATIVE_FREQUENCY)) {↵ | |
5 | return RangeType.POSITIVE;↵ | 5 | return HistogramType.RELATIVE_FREQUENCY;↵ | |
6 | }↵ | 6 | }↵ | |
7 | else if (this.equals(RangeType.NEGATIVE)) {↵ | 7 | else if (this.equals(HistogramType.SCALE_AREA_TO_1)) {↵ | |
8 | return RangeType.NEGATIVE;↵ | 8 | return HistogramType.SCALE_AREA_TO_1;↵ | |
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.9 |
Clones location | Clones are in different classes |
Number of node comparisons | 9 |