A DESCRIPTION OF THE PROBLEM :
The doc comment for java.time.ZoneOffset.MIN has been copied and pasted from ZoneOffset.MAX without changing "maximum" to "minimum".
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Constant for the minimum supported offset.
ACTUAL -
Constant for the maximum supported offset.
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html#MIN
The doc comment for java.time.ZoneOffset.MIN has been copied and pasted from ZoneOffset.MAX without changing "maximum" to "minimum".
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Constant for the minimum supported offset.
ACTUAL -
Constant for the maximum supported offset.
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html#MIN
- duplicates
-
JDK-8142539 Incorrect definition of ZoneOffset.MIN
- Closed