JDK-8199420 : Update javadoc tags in java.lang.System and related
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 11
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-03-09
  • Updated: 2019-01-07
  • Resolved: 2018-03-12
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 11
11 b05Fixed
Related Reports
Relates :  
Description
Updates to javadoc markup for <code></code> -> {@ code }, removal of unnecessary <p> tags, 
and replacing "@ exception" with "@ throws" are useful cleanup for several classes in java.lang.

Classes affected:
java.lang.System, AbstractStringBuilder, Character, Runtime, StringBuffer, Thread and ThreadGroup.