JDK 9 RFR of JDK-8074674: Doclint regression in java/util/regex/Matcher.java
joe darcy
joe.darcy at oracle.com
Mon Mar 9 17:29:54 UTC 2015
On 3/9/2015 4:36 AM, Paul Sandoz wrote:
> 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?
Doclint is currently run separately; however, when the rest of JEP 212
is done (http://openjdk.java.net/jeps/212) doclint checks will be run as
part of the main source build in javac.
-Joe
More information about the core-libs-dev
mailing list