(process spec) minor Process spec improvements

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 7
    • Affects Version/s: 5.0
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: