On Fri, 1 Sep 2023 19:56:28 GMT, Justin Lu wrote:
>> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8314607)
>> which clarifies the behavior of patterns in regards to the max integer
>> digits in j.text.DecimalFormat.
>>
>> The current specification (of `applyPattern`) st
> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8314607)
> which clarifies the behavior of patterns in regards to the max integer
> digits in j.text.DecimalFormat.
>
> The current specification (of `applyPattern`) states that patterns do not set
> the value of max integer
On Tue, 29 Aug 2023 21:42:28 GMT, Justin Lu wrote:
>> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8314607)
>> which clarifies the behavior of patterns in regards to the max integer
>> digits in j.text.DecimalFormat.
>>
>> The current specification (of `applyPattern`) s
On Tue, 29 Aug 2023 18:02:51 GMT, Naoto Sato wrote:
>> Justin Lu has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Reflect review comments: Non sci notation first. Link to Scientific
>> Notation section
>
> src/java.base/share/classes/jav
> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8314607)
> which clarifies the behavior of patterns in regards to the max integer
> digits in j.text.DecimalFormat.
>
> The current specification (of `applyPattern`) states that patterns do not set
> the value of max integer
On Tue, 29 Aug 2023 18:02:51 GMT, Naoto Sato wrote:
>> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8314607)
>> which clarifies the behavior of patterns in regards to the max integer
>> digits in j.text.DecimalFormat.
>>
>> The current specification (of `applyPattern`)
On Fri, 18 Aug 2023 21:28:34 GMT, Justin Lu wrote:
> Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8314607)
> which clarifies the behavior of patterns in regards to the max integer
> digits in j.text.DecimalFormat.
>
> The current specification (of `applyPattern`) states
Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8314607)
which clarifies the behavior of patterns in regards to the max integer digits
in j.text.DecimalFormat.
The current specification (of `applyPattern`) states that patterns do not set
the value of max integer digits. Thi