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

(process spec) minor Process spec improvements

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7
    • 5.0
    • core-libs
    • b17
    • x86
    • linux
    • Not verified

      A DESCRIPTION OF THE PROBLEM :
      Some of the description for Process.getErrorStream() is copyed from Process.getInputStream().

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Gets the error stream of the subprocess. The stream obtains data piped from the error output stream of the process represented by this Process object.

      Implementation note: It is a good idea for the error stream not to be buffered.
      (or maybe the above line should be removed)
      ACTUAL -
      Gets the error stream of the subprocess. The stream obtains data piped from the error output stream of the process represented by this Process object.

      Implementation note: It is a good idea for the input stream to be buffered.

      URL OF FAULTY DOCUMENTATION :
      http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Process.html#getErrorStream()
      ###@###.### 2004-12-08 22:26:04 GMT

            martin Martin Buchholz
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: