RFR: JDK-8318476: Add resource consumption note to BigInteger and BigDecimal
Alan Bateman
alanb at openjdk.org
Sat Oct 21 09:13:27 UTC 2023
On Sat, 21 Oct 2023 00:56:21 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Add informative notes to BigInteger and BigDecimal about possible running times, etc.
The wording looks okay to me and I expect it will appear as an API note in BigInteger.
However, for BigDecimal I suspect the h2 headings (for the next heading and the existing heading for IEEE 754 Decimal Arithmetic) means they won't look like they are part of the API note, instead they will look like new sections after the API note. Do you see what I mean in the generated javadoc?
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16298#pullrequestreview-1691219200
More information about the core-libs-dev
mailing list