RFR: 8265700: Regularize throws clauses in BigDecimal

Joe Darcy darcy at openjdk.java.net
Wed Apr 21 21:12:50 UTC 2021


Some throws clauses in BigDecimal are uninformative and could be eliminated. A few explicit throws clauses for surprising exceptions could be added.

These are spec clarifications rather than spec changes.

Follow-up work to https://github.com/openjdk/jdk/pull/3189.

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

Commit messages:
 - Add missing space.
 - 8265700: Regularize throws clauses in BigDecimal

Changes: https://git.openjdk.java.net/jdk/pull/3608/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3608&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8265700
  Stats: 19 lines in 1 file changed: 7 ins; 12 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3608.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3608/head:pull/3608

PR: https://git.openjdk.java.net/jdk/pull/3608


More information about the core-libs-dev mailing list