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

javadoc of PushbackInputStream methods should specify NullPointerExceptions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • 8u31
    • core-libs
    • b07
    • x86
    • windows_8

      FULL PRODUCT VERSION :
      java version "1.8.0_31"
      Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
      Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

      A DESCRIPTION OF THE PROBLEM :
      The following methods in java.io.PushbackInputStream should specify the behavior of passing null as parameters:

      unread(byte[] b)
      @throws NullPointerException if b is null

      unread(byte[] b, int off, int len)
      @throws NullPointerException if b is null



      REPRODUCIBILITY :
      This bug can be reproduced always.

            bpb Brian Burkhalter
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: