Description
Parsing originally had good error messages but some of that has been lost.
When calling methods like LocalDate.parse(), the method should print the toString of the object being parsed to ensure that the internal data is visible to the user.
The toString of Parsed also needs enhancing to avoid printing null if one of date or time is null.
See also: https://github.com/ThreeTen/threeten/issues/342
When calling methods like LocalDate.parse(), the method should print the toString of the object being parsed to ensure that the internal data is visible to the user.
The toString of Parsed also needs enhancing to avoid printing null if one of date or time is null.
See also: https://github.com/ThreeTen/threeten/issues/342
Attachments
Issue Links
- relates to
-
JDK-8025507 LocalDateTime.parse(str, frmt) fails with Unable to obtain from TemporalAccessor
- Resolved