RFR: 8314589: javadoc build only shows the first 100 warnings and errors
Kevin Rushforth
kcr at openjdk.org
Fri Aug 18 21:39:30 UTC 2023
On Fri, 18 Aug 2023 17:38:51 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> why I am getting only 91 warnings?
>
> edit: gradle javadoc on mac, java 18 (may be that's why).
Very likely. Btw, our CI builds (for releases) and GHA builds use JDK 19.0.2.
JDK 19 added more checks (so we get 187 warnings). JDK 21 also added more checks (we're up to 191).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1216#issuecomment-1684459430
More information about the openjfx-dev
mailing list