Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084297 | emb-9 | Roger Riggs | P4 | Resolved | Fixed | team |
JDK-8130975 | 8u65 | Roger Riggs | P4 | Resolved | Fixed | b05 |
JDK-8114856 | 8u60 | Roger Riggs | P4 | Resolved | Fixed | b22 |
JDK-8138270 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b05 |
JDK-8130582 | emb-8u60 | Roger Riggs | P4 | Resolved | Fixed | b22 |
A DESCRIPTION OF THE PROBLEM :
The javadoc contains:
"The query will return one second of excess if it did adjust to remove the leap-second, and zero if not."
this should be replaced with something like:
"The query will return true if it did adjust to remove the leap-second, and false if not."
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#parsedLeapSecond--
The javadoc contains:
"The query will return one second of excess if it did adjust to remove the leap-second, and zero if not."
this should be replaced with something like:
"The query will return true if it did adjust to remove the leap-second, and false if not."
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#parsedLeapSecond--
- backported by
-
JDK-8084297 java.time javadoc error in DateTimeFormatter::parsedLeapSecond
-
- Resolved
-
-
JDK-8114856 java.time javadoc error in DateTimeFormatter::parsedLeapSecond
-
- Resolved
-
-
JDK-8130582 java.time javadoc error in DateTimeFormatter::parsedLeapSecond
-
- Resolved
-
-
JDK-8130975 java.time javadoc error in DateTimeFormatter::parsedLeapSecond
-
- Resolved
-
-
JDK-8138270 java.time javadoc error in DateTimeFormatter::parsedLeapSecond
-
- Resolved
-