JDK 9 RFR of JDK-8074674: Doclint regression in java/util/regex/Matcher.java

Paul Sandoz paul.sandoz at oracle.com
Mon Mar 9 11:36:20 UTC 2015


On Mar 9, 2015, at 9:41 AM, Amy Lu <amy.lu at oracle.com> wrote:

> Please review the fix for Doclint regression in java/util/regex/Matcher.java:
> 
>    error: bad use of '>'
> 
> from
>    * <tt>mr -> mr.group().toUpperCase()</tt>, an invocation of this method on
> 
> This fixed by using @code tag
> 
> bug: https://bugs.openjdk.java.net/browse/JDK-8074674
> webrev: http://cr.openjdk.java.net/~amlu/8074674/webrev.00/
> 
> I also need a sponsor for this fix.
> 

Ooops that was my fault, sorry.

+1

I did perform a "make docs" locally and did not observe any errors/warnings in the output, was that because i missed them or because the doclint is run as a separate process?

Paul.



More information about the core-libs-dev mailing list