Well, I'd not copy _warnings_ since we don't fix these.
Typical warning is, absence of a parameter definition or
description of a returned object etc.
which cannot be fixed without long case-by-case deliberations.
It's specification issue, basically.

What we do here, we fix _errors_ as doclint doclet understand them.

See in a comment to https://bugs.openjdk.java.net/browse/JDK-8025114.

Most of the half-second fixes are, &lt; instead of < or similar,
removing unexpected <code> brackets around exceptions where specified
and things like that. Sure, sometimes it's more that that.

Thanks,
-yan


On 09/23/2013 04:32 PM, Sergey Bylokhov wrote:
Hi, Yuri.
Could you please provide doclint warning log for this issues? Thanks.

On 23.09.2013 13:51, Yuri Nesterenko wrote:
Hello,

please review a fix for

https://bugs.openjdk.java.net/browse/JDK-8025114: cleanup] Eliminate
doclint errors in java.awt.dnd files

Webrev: http://cr.openjdk.java.net/~yan/jdk-8025114/

Objective is, as stated, to get rid of javadoc doclint error messages.
There's no changes in the formatted material.

Thanks,
-yan



Reply via email to