<i18n dev> RFR: 8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs

Justin Lu duke at openjdk.org
Fri Jan 6 17:51:09 UTC 2023


Removed constructors of primitive wrapper classes (deprecated for removal) for the following
- _java.text.ChoiceFormat_
- _java.text.MessageFormat_ 

Replaced with .valueOf() method

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

Commit messages:
 - Fix ChoiceFormat
 - Fix MessageFormat

Changes: https://git.openjdk.org/jdk/pull/11884/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11884&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8299500
  Stats: 7 lines in 2 files changed: 0 ins; 0 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/11884.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11884/head:pull/11884

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


More information about the i18n-dev mailing list