On Fri, 18 Aug 2023 17:17:06 GMT, Kevin Rushforth <k...@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.

This pull request has now been integrated.

Changeset: 53682dd2
Author:    Kevin Rushforth <k...@openjdk.org>
URL:       
https://git.openjdk.org/jfx/commit/53682dd26a900af81341d8cca024a572b451b2b2
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

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

Reviewed-by: angorya

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

PR: https://git.openjdk.org/jfx/pull/1216

Reply via email to