RFR: 8170389: java.text.DigitList.getDouble() : Controversy between javadoc and code [v3]
Lance Andersen
lancea at openjdk.org
Thu Oct 6 11:02:07 UTC 2022
On Wed, 5 Oct 2022 21:26:09 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.
>
> 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
Looks fine Justin.
Please make sure the comments are < 80 characters and if they are longer break them into two lines as they seem like they might be long
-------------
PR: https://git.openjdk.org/jdk/pull/10567
More information about the core-libs-dev
mailing list