Re: JDK 9 RFR Enable doclint reference checking for the java.compiler module

2017-02-14 Thread Erik Joelsson
Looks good. /Erik On 2017-02-13 21:04, joe darcy wrote: Hello, Please review the small patch below to enable the "reference" category of doclint checking (@see and @link tags, etc.) for the java.compiler module which hosts the packages javax.lang.model.*, javax.annotation.processing, and j

JDK 9 RFR Enable doclint reference checking for the java.compiler module

2017-02-13 Thread joe darcy
Hello, Please review the small patch below to enable the "reference" category of doclint checking (@see and @link tags, etc.) for the java.compiler module which hosts the packages javax.lang.model.*, javax.annotation.processing, and javax.tools. Thanks, -Joe diff -r 4eb77fb98952 make/Compi