JDK-4030973 : java.lang.System.out and System.err use deprecated PrintStream
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 1997-02-07
  • Updated: 1997-09-17
  • Resolved: 1997-09-17
Related Reports
Duplicate :  
Description

Name: mc57594			Date: 02/07/97


System.out and System.err use depreciated PrintStream and
to use setErr or setOut we must use PrintStream and then we get depreciated
warnings. System.out and System.err should be changed to use PrintWriter.
======================================================================

Comments
EVALUATION We should deprecate System.set{In,Out,Err}. But that's an API change.
11-06-2004

WORK AROUND Name: mc57594 Date: 02/07/97 None ======================================================================
11-06-2004