RFR: 8170389: java.text.DigitList.getDouble() : Controversy between javadoc and code [v4]

Justin Lu duke at openjdk.org
Thu Oct 6 20:43:30 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:

  Refactor comment length
  
  Make under 80 chars

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/10567/files
  - new: https://git.openjdk.org/jdk/pull/10567/files/7975d25e..cafcab83

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10567&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10567&range=02-03

  Stats: 6 lines in 1 file changed: 3 ins; 0 del; 3 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