JDK 8 code review request for java.math doclint (original) (raw)

JDK 8 code review request for java.math doclint / accessibility cleanup

Joe Darcy joe.darcy at oracle.com
Wed Jun 26 19:21:50 UTC 2013


Hello,

Please review the changes in the patch below; these change address the doclint and HTML accessibility issues in java.math.

I'll find an existing bug or if one is not present, file a new bug to cover this work.

Thanks,

-Joe

diff -r 336e5a862013 src/share/classes/java/math/BigDecimal.java --- a/src/share/classes/java/math/BigDecimal.java Wed Jun 26 11:21:01 2013 -0700 +++ b/src/share/classes/java/math/BigDecimal.java Wed Jun 26 12:20:28 2013 -0700 @@ -2572,6 +2572,9 @@ * ({@code this} * 10n). The scale of * the result is {@code (this.scale() - n)}. *

diff -r 336e5a862013 src/share/classes/java/math/RoundingMode.java --- a/src/share/classes/java/math/RoundingMode.java Wed Jun 26 11:21:01 2013 -0700 +++ b/src/share/classes/java/math/RoundingMode.java Wed Jun 26 12:20:28 2013 -0700 @@ -1,5 +1,5 @@ /*

@@ -124,6 +125,7 @@ * *

Example: *

rounding *

@@ -148,6 +150,7 @@ * *

Example: *

5.5 5

rounding *5.5 6 @@ -172,6 +175,7 @@ * *

Example: *

rounding *5.5 5 @@ -198,6 +202,7 @@ * *

Example: *

rounding *5.5 6 @@ -223,6 +228,7 @@ * *

Example: *

HALF_DOWN} rounding *5.5 5 @@ -255,6 +261,7 @@ * *

Example: *

HALF_EVEN} rounding *5.5 6 @@ -278,6 +285,7 @@ * {@code ArithmeticException} is thrown. *

Example: *

UNNECESSARY} rounding *5.5 throw {@code ArithmeticException}



More information about the core-libs-dev mailing list