RFR: 8325075: Enable -Werror for javadoc to fail on any warnings

Kevin Rushforth kcr at openjdk.org
Tue Mar 5 20:55:51 UTC 2024


On Tue, 5 Mar 2024 18:31:46 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Also worth noting that unfortunately, javadoc in Eclipse seems to work differently, resulting in 137 warnings:

Odd. Most of these are due to the fact that Eclipse is running javadoc on all public classes, not just the ones that we export as public API. But filtering out all of the com.sun.* classes, Eclipse is still complaining about a few things in the publicly exported classes. I'd guess this to be an Eclipse problem, but we can discuss that in JDK-8324783. It's unrelated to this PR.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1390#issuecomment-1979615497


More information about the openjfx-dev mailing list