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

2023-08-19 Thread Nir Lisker
On Fri, 18 Aug 2023 17:17:06 GMT, Kevin Rushforth 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 ca

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

2023-08-18 Thread Kevin Rushforth
On Fri, 18 Aug 2023 17:38:51 GMT, Andy Goryachev 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 als

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

2023-08-18 Thread Kevin Rushforth
On Fri, 18 Aug 2023 17:54:03 GMT, Andy Goryachev wrote: > I wish github would copy bug description from the ticket to the PR... I ddi > not bother to read JBS this time. I'm glad it doesn't given what ends up in the Descriptions for many bugs. I should have added that to the PR description. -

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

2023-08-18 Thread Andy Goryachev
On Fri, 18 Aug 2023 17:17:06 GMT, Kevin Rushforth 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 ca

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

2023-08-18 Thread Andy Goryachev
On Fri, 18 Aug 2023 17:39:12 GMT, Kevin Rushforth wrote: >> build.gradle line 4262: >> >>> 4260: options.addStringOption("-since-label").setValue("New API since >>> JavaFX 9") >>> 4261: options.addStringOption("Xmaxwarns").setValue("1000") >>> 4262: options.addStringOption("Xmaxerrs

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

2023-08-18 Thread Kevin Rushforth
On Fri, 18 Aug 2023 17:26:14 GMT, Andy Goryachev 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, an

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

2023-08-18 Thread Andy Goryachev
On Fri, 18 Aug 2023 17:17:06 GMT, Kevin Rushforth 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 ca

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

2023-08-18 Thread Andy Goryachev
On Fri, 18 Aug 2023 17:17:06 GMT, Kevin Rushforth 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 ca

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

2023-08-18 Thread Kevin Rushforth
On Fri, 18 Aug 2023 17:17:06 GMT, Kevin Rushforth 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 ca