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

java.io.Writer.write(String, int, int) off+len outside bounds no exception throw

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.1.6
    • core-libs
    • None
    • sparc
    • solaris_2.6

      Writer write(String str, int off, int len) with off+len outside the
      specified bounds no Exception is thrown. The Expected exception ArrayIndexOutOfBoundsException should be thrown in this case.

      offset+len outside of bounds No Exception thrown.

      len or offset outside of bounds StringIndexOutOfBoundsException thrown.

            mr Mark Reinhold
            mcolburnsunw Michael Colburn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: