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.

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

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

Changes: https://git.openjdk.org/jfx/pull/1216/files
 Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1216&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8314589
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jfx/pull/1216.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1216/head:pull/1216

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

Reply via email to