RFR: 8170389: java.text.DigitList.getDouble() : Controversy between javadoc and code [v3]
Justin Lu
duke at openjdk.org
Wed Oct 5 21:26:09 UTC 2022
> Problem: Outdated doc does not match code. Claimed to throw exception and compared to Long method.
> Fix: Update doc to match code, compared to Double.parseDouble() accordingly.
Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
Update Doc
Update getBigDecimal to match other getXXX() methods in DigitList
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10567/files
- new: https://git.openjdk.org/jdk/pull/10567/files/f6b7d078..7975d25e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10567&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10567&range=01-02
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/10567.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10567/head:pull/10567
PR: https://git.openjdk.org/jdk/pull/10567
More information about the core-libs-dev
mailing list