On 3/9/2015 4:36 AM, Paul Sandoz wrote:
On Mar 9, 2015, at 9:41 AM, Amy Lu <[email protected]> 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
