Re: RFR: JDK-8318189: ChoiceFormat::format throws undocumented AIOOBE

2023-11-09 Thread Naoto Sato
On Thu, 9 Nov 2023 21:58:12 GMT, Justin Lu wrote: > Please review this PR which makes an `ArrayIndexOutOfBoundsException` > apparent in ChoiceFormat::format. > > An _incomplete_ ChoiceFormat can be created, which is not revealed until > format is invoked. Marked as reviewed by naoto (Reviewer

RFR: JDK-8318189: ChoiceFormat::format throws undocumented AIOOBE

2023-11-09 Thread Justin Lu
Please review this PR which makes an `ArrayIndexOutOfBoundsException` apparent in ChoiceFormat::format. An _incomplete_ ChoiceFormat can be created, which is not revealed until format is invoked. - Commit messages: - init Changes: https://git.openjdk.org/jdk/pull/16587/files Web