RFR: JDK-8193877- DateTimeFormatterBuilder throws ClassCastException when using padding

Stephen Colebourne scolebourne at joda.org
Mon Apr 30 14:38:05 UTC 2018


On 30 April 2018 at 09:20, Pallavi Sonal <pallavi.sonal at oracle.com> wrote:
> Should the PadPrinterDecoratorParsers be allowed to participate in adjacent value parsing and should this affect both padded followed by non-padded fields as well as non-padded followed by padded fields ?

Since JSR-310 was first included, there have been efforts to expand
the scope of adjacent value parsing, simply because it is useful to
people. This seems like another case where adjacent value parsing
would be useful.

Stephen


More information about the core-libs-dev mailing list