Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8142539

Incorrect definition of ZoneOffset.MIN

XMLWordPrintable

    • b106

      A DESCRIPTION OF THE PROBLEM :
      https://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html

      static ZoneOffset MIN
      Constant for the maximum supported offset.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      static ZoneOffset MIN
      Constant for the minimum supported offset.
      ACTUAL -
      static ZoneOffset MIN
      Constant for the maximum supported offset.

      URL OF FAULTY DOCUMENTATION :
      https://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html

            rriggs Roger Riggs
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: