On Wed, 3 Sep 2025 17:06:32 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Adding a `@throws` clause for NPE in `java.text.DateFormatSymbols(Locale)` >> constructor. The bug suggests it should throw a `MissingResourceException`, >> but I don't think we can change this long standing behavior. Instead, >> explicitly specify the NPE in the javadoc. > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Further requireNonNull() Thanks for the reviews! ------------- PR Comment: https://git.openjdk.org/jdk/pull/27060#issuecomment-3259643744