RFR [9] 8133188: docs: replace <tt> tags (obsolete in html5) for java.util

Martin Buchholz martinrb at google.com
Mon Aug 10 14:28:38 UTC 2015


Hi Alexander,

I've been hoping that someone does cleanups of the jdk as you are doing now.

Some of these source files are part of jsr166 and are maintained
separately, in jsr166 CVS.
http://g.oswego.edu/dl/concurrency-interest/
And that has already been <tt>/<code>-cleaned (although it has been done
slightly differently) and will be integrated into jdk9 in an upcoming
merge.  So please leave out:
concurrent/
*Queue.java
*Deque.java
Navigable*.java

On Mon, Aug 10, 2015 at 6:39 AM, Alexander Stepanov <
alexander.v.stepanov at oracle.com> wrote:

> Hello,
>
> Could you please review the following fix:
> http://cr.openjdk.java.net/~avstepan/8133188/webrev.01
> for
> https://bugs.openjdk.java.net/browse/JDK-8133188
>
> Just a next portion of "<tt>" tags removed.
>
> specdiff report:
>
> http://cr.openjdk.java.net/~avstepan/8133188/specdiff.util/overview-summary.html
>  - some constructs like
> "<tt>(o==null ? e==null : o.equals(e))</tt>"
> were replaced with "{@code Objects.equals(o, e)}"
> (e.g.,
> http://cr.openjdk.java.net/~avstepan/8133188/webrev.01/src/java.base/share/classes/java/util/LinkedList.java.udiff.html);
> - please see JDK-8133188 comments.
>
> Thanks,
> Alexander
>



More information about the core-libs-dev mailing list