RFR: 8314589: javadoc build only shows the first 100 warnings and errors

Nir Lisker nlisker at openjdk.org
Sat Aug 19 21:53:30 UTC 2023


On Fri, 18 Aug 2023 17:17:06 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> This PR bumps the limit for the number of javadoc warnings and error from 100 to 1000.
> 
> We currently use the default setting of javadoc which only shows 100 warnings and errors. This is too small, especially for warnings, and can cause us to miss new warnings that arise. Eventually we should fix all our warnings, and we have a task filed to track that, but even then I think the limit is too small.
> 
> Without this fix, our current build only shows the "first" 100 warnings it runs into. With this fix, our current build shows all 187 warnings using JDK 19.0.2 and all 191 warnings using JDK 21.

I didn't test it, but I took a look and the fix seems fine.

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

PR Comment: https://git.openjdk.org/jfx/pull/1216#issuecomment-1685118473


More information about the openjfx-dev mailing list