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

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


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

> > turn off a single without turning off all errors (which is easy)
> 
> yes, this is the exact scenario. I wouldn't expect this will be a frequent operation - but imagine javadoc team adds a new check that generates a lot of warnings, for example.

For this case, I think seeing the warnings, but locally disabling the `-Werror` would be ideal, but I'll still check.

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

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


More information about the openjfx-dev mailing list