Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203726 | openjdk7u | Joe Darcy | P4 | Resolved | Fixed | master |
Description
Feedback during the code review of 4504839 noted that the javadoc idiom
<code>'\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
<code>'\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
Attachments
Issue Links
- backported by
-
JDK-8203726 Use @code friendly idiom for '\' in javadoc
- Resolved
- relates to
-
JDK-4504839 Java libraries should provide support for unsigned integer arithmetic
- Closed