Java 8 RFR 8020539: Clean up doclint problems in java.util package, part 2

Martin Buchholz martinrb at google.com
Wed Jul 17 21:42:34 UTC 2013


I believe most doclint warnings have already been fixed for a while in
jsr166 CVS, so please sync Queue.java and Deque.java or leave them out of
this change.  (More generally, I'd like all of jsr166 CVS sync'ed to
openjdk8 asap)


On Wed, Jul 17, 2013 at 2:23 PM, Brian Burkhalter <
brian.burkhalter at oracle.com> wrote:

> This is the command which I have been using:
>
> ../build/macosx-x86_64-normal-server-fastdebug/jdk/bin/javac
> -Xdoclint:all/protected -d /tmp -XDignore.symbol.file
> src/share/classes/java/util/
>
> On Jul 17, 2013, at 2:05 PM, Martin Buchholz wrote:
>
> > To follow up, what standard of cleanliness is expected, i.e. what is the
> exact -Xdoclint flag that you are using to check for warnings?
>
>



More information about the core-libs-dev mailing list