JDK-7132338 : Use @code friendly idiom for '\' in javadoc
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-01-23
  • Updated: 2018-05-23
  • Resolved: 2012-05-17
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 Other
8 b25Fixed openjdk7uFixed
Related Reports
Relates :  
Description
Feedback during the code review of 4504839 noted that the javadoc idiom
	<code>'&#92;u0030'</code>
can re replaced by
    {@code '\u005Cu0030'} 

The latter is preferable since it is shorted and uses the @code syntax.
See discussion at
http://mail.openjdk.java.net/pipermail/core-libs-dev/2012-January/008998.html

Comments
SUGGESTED FIX See http://hg.openjdk.java.net/jdk8/tl/jdk/rev/914711cccc60
23-01-2012

EVALUATION Yes.
23-01-2012