Re: RFR: 8175709: DateTimeFormatterBuilder.appendZoneId() has misleading JavaDoc [v2]

2025-01-07 Thread Naoto Sato
On Fri, 20 Dec 2024 18:12:17 GMT, Naoto Sato wrote: >> Clarifying the documentation of `DateTimeFormatterBuilder.appendZoneId()` >> and similar methods to align the description with the behavior, in which >> `ZoneOffset` is only parsed from the formatter for offset texts without any >> prefixe

Re: RFR: 8175709: DateTimeFormatterBuilder.appendZoneId() has misleading JavaDoc [v2]

2024-12-20 Thread Roger Riggs
On Fri, 20 Dec 2024 18:12:17 GMT, Naoto Sato wrote: >> Clarifying the documentation of `DateTimeFormatterBuilder.appendZoneId()` >> and similar methods to align the description with the behavior, in which >> `ZoneOffset` is only parsed from the formatter for offset texts without any >> prefixe

Re: RFR: 8175709: DateTimeFormatterBuilder.appendZoneId() has misleading JavaDoc [v2]

2024-12-20 Thread Naoto Sato
On Fri, 20 Dec 2024 17:09:26 GMT, Roger Riggs wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Reflects review comments > > src/java.base/share/classes/java/time/format/DateTimeFormatterBuilder.java > line 1154: > >

Re: RFR: 8175709: DateTimeFormatterBuilder.appendZoneId() has misleading JavaDoc [v2]

2024-12-20 Thread Naoto Sato
> Clarifying the documentation of `DateTimeFormatterBuilder.appendZoneId()` and > similar methods to align the description with the behavior, in which > `ZoneOffset` is only parsed from the formatter for offset texts without any > prefixes. Corresponding CSR has also been drafted. Naoto Sato ha