Re: RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear [v3]

2023-09-01 Thread Naoto Sato
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

Re: RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear [v3]

2023-09-01 Thread Justin Lu
> 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

Re: RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear [v2]

2023-08-30 Thread Naoto Sato
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

Re: RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear [v2]

2023-08-29 Thread Justin Lu
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

Re: RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear [v2]

2023-08-29 Thread Justin Lu
> 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

Re: RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear

2023-08-29 Thread Justin Lu
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`)

Re: RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear

2023-08-29 Thread Naoto Sato
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

RFR: 8314604: j.text.DecimalFormat behavior regarding patterns is not clear

2023-08-18 Thread Justin Lu
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