Uploaded image for project: 'Commons IO'
  1. Commons IO
  2. IO-336

Yottabyte (YB) incorrectly defined in FileUtils

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3
    • 2.4
    • Utilities
    • None

    Description

      In FileUtils, a yottabyte is currently defined as follows:

      public static final BigInteger ONE_YB = ONE_ZB.multiply(BigInteger.valueOf(ONE_EB));

      I believe this should be:

      public static final BigInteger ONE_YB = ONE_ZB.multiply(BigInteger.valueOf(ONE_KB));

      Attachments

        Activity

          People

            Unassigned Unassigned
            rleavelle Richard Leavelle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: