JDK-4084841 : Deprecation oversight in System.setOut(PrintStream)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.1.4
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 1997-10-08
  • Updated: 1997-10-08
  • Resolved: 1997-10-08
Related Reports
Duplicate :  
Description

Name: diC59631			Date: 10/08/97


PrintBuffer has been deprecated by WriteBuffer, however,
System.setOut(PrintBuffer out) has not been replaced by
System.setOut(WriteBuffer out).


==============================================================
diC59631
 
This description above doesn't seem to make sense but there is a problem. System.setOut(Printstream) should be replaced
with Stream.Out(PrintWriter) since PrintStream is deprecated.
======================================================================

Comments
WORK AROUND Name: diC59631 Date: 10/08/97 Continue to use System.setOut(PrintBuffer out) ======================================================================
11-06-2004