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

{CRC32,Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException

    XMLWordPrintable

Details

    • 1.1
    • b105
    • generic
    • generic
    • Not verified

    Description

      The documentation for the method update(byte[] b, int off, int len) in Adler32 and CRC32 should specify ArrayIndexOutOfBoundsException that is thrown if off < 0, len < 0, off > b.length - len.

      Attachments

        Activity

          People

            sherman Xueming Shen
            dmiltsov Dmitry Miltsov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: