JDK-7108669 : cleanup Log methods for direct printing to streams
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-11-05
  • Updated: 2012-03-02
  • Resolved: 2012-03-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b15Fixed
Related Reports
Relates :  
Description
Like Topsy, the methods on Log for direct printing to streams have "just growed", and need to be rationalized.

Parameters involved are
	which stream to write to
	which message key prefix to use
	whether or not to localize messages

Comments
EVALUATION use printNewline for a blank line printLines for printing localized messages printRawLines for printing strings that do not need localization
09-11-2011