JDK-4071579 : System.setOut/setErr still uses PrintStream instead of PrintWriter
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.1.3
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1997-08-13
  • Updated: 1997-08-13
  • Resolved: 1997-08-13
Related Reports
Duplicate :  
Description

Name: rlT66838			Date: 08/13/97


The methods setOut and setErr in class java.lang.System still uses PrintStream in stead of PrintWriter although the 
former has been classified as deprecated.

This is also true in the JDK 1.2 preview specification found at java.sun.com/products/jdk/preview/docs in the 
Platform API.

======================================================================

Comments
WORK AROUND Name: rlT66838 Date: 08/13/97 Compile with -deprecation ======================================================================
11-06-2004