JDK 9 RFR of adding javadoc to the serialver tool class
Alan Bateman
Alan.Bateman at oracle.com
Fri Mar 13 18:37:51 UTC 2015
On 13/03/2015 17:40, joe darcy wrote:
> Hello,
>
> To support stricter doclint checking for the jdk.compiler module
> (http://mail.openjdk.java.net/pipermail/build-dev/2015-March/014560.html),
> some javadoc needs to be added to a class for the serialver tool which
> is in the jdk repo. Patch below.
>
> I'm not quite sure why serialver is the the jdk.compiler module,
> perhaps that is the least-bad alternative. A way to avoid adding
> javadoc here would be to adjust the package filter being used in the
> makefile. The current filter of
>
The change looks okay.
It's in the jdk.compiler for now so that it's with related tools, maybe
it should move into the langtools repo too. I could imagine the
implementation being replaced at some point too.
-Alan
More information about the core-libs-dev
mailing list