On Wed, 12 Jun 2024 21:58:25 GMT, Justin Lu wrote:
>> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8333920)
>> which corrects a bug where NumberFormat cannot successfully parse values in
>> integer only mode, when the format expects a suffix.
>>
>> For example,
>>
>> //
On Wed, 12 Jun 2024 20:12:15 GMT, Naoto Sato wrote:
>> Justin Lu has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> specification improvements
>
> src/java.base/share/classes/java/text/DecimalFormat.java line 2446:
>
>> 2444: // To tra
> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8333920)
> which corrects a bug where NumberFormat cannot successfully parse values in
> integer only mode, when the format expects a suffix.
>
> For example,
>
> // a format that expects a currency suffix
> var fmt = NumberF
On Wed, 12 Jun 2024 17:06:25 GMT, Justin Lu wrote:
>> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8333920)
>> which corrects a bug where NumberFormat cannot successfully parse values in
>> integer only mode, when the format expects a suffix.
>>
>> For example,
>>
>> //
> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8333920)
> which corrects a bug where NumberFormat cannot successfully parse values in
> integer only mode, when the format expects a suffix.
>
> For example,
>
> // a format that expects a currency suffix
> var fmt = NumberF
Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8333920)
which corrects a bug where NumberFormat cannot successfully parse values in
integer only mode, when the format expects a suffix.
For example,
// a format that expects a currency suffix
var fmt = NumberFormat.getCurrenc