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

Naoto Sato naoto at openjdk.org
Wed Oct 5 16:56:20 UTC 2022


On Tue, 4 Oct 2022 23:11:57 GMT, Justin Lu <duke at openjdk.org> wrote:

> 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.

Looks good to me. Since you are only modifying the comments, please add `noreg-doc` label to the JIRA issue.

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

Marked as reviewed by naoto (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10567


More information about the core-libs-dev mailing list