Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045633 | 8u25 | Roger Riggs | P4 | Resolved | Fixed | b01 |
JDK-8040028 | 8u20 | Roger Riggs | P4 | Resolved | Fixed | b11 |
JDK-8053861 | emb-8u26 | Roger Riggs | P4 | Resolved | Fixed | b17 |
Description
Error message:
"Method resolveFields() can only return ChronoZonedDateTime,ChronoLocalDateTime, ChronoLocalDate or LocalTime"
has two issues.
1) The method on TemporalField was renamed to "resolve()"
2) There is no space after the comma between "ChronoZonedDateTime" and "ChronoLocalDateTime"
"Method resolveFields() can only return ChronoZonedDateTime,ChronoLocalDateTime, ChronoLocalDate or LocalTime"
has two issues.
1) The method on TemporalField was renamed to "resolve()"
2) There is no space after the comma between "ChronoZonedDateTime" and "ChronoLocalDateTime"
Attachments
Issue Links
- backported by
-
JDK-8040028 Typo in java.time.format.Parsed error message
-
- Resolved
-
-
JDK-8045633 Typo in java.time.format.Parsed error message
-
- Resolved
-
-
JDK-8053861 Typo in java.time.format.Parsed error message
-
- Resolved
-