> Please review this PR which clarifies some behavior regarding NumberFormat > grouping specifically in the grouping related methods. > > Please see the corresponding CSR for further detail. Note that an alternative > would be to specify this at the DecimalFormat level, allowing NumberFormat > subclasses to define this behavior how they want. IMO, I would expect > `setGroupingUsed(boolean)` to affect both; a subclass could define > `(is|set)(Parsing|Formatting)GroupingUsed` if need be, thus the proposed > solution.
Justin Lu has updated the pull request incrementally with one additional commit since the last revision: make strict example less wordy ------------- Changes: - all: https://git.openjdk.org/jdk/pull/23813/files - new: https://git.openjdk.org/jdk/pull/23813/files/8c4ff2eb..f36ec09d Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=23813&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23813&range=01-02 Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/23813.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/23813/head:pull/23813 PR: https://git.openjdk.org/jdk/pull/23813