Skip to content

Commit

Permalink
update maxwarns
Browse files Browse the repository at this point in the history
  • Loading branch information
icklesteve committed May 10, 2020
1 parent bf6475f commit 33d843d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@
</packageset>
<arg value="-Xdoclint:all"/><!-- remove -missing to get warnings about missing javadoc tags -->
<arg value="-Xmaxwarns"/>
<arg value="1300"/><!-- change from default 100 warnings; keep synced with pom.xml, other javadoc targets -->
<arg value="700"/><!-- change from default 100 warnings; keep synced with pom.xml, other javadoc targets -->
<arg value="-quiet"/>
<arg value="-splitindex"/>
<arg value="-J-Dhttp.agent=javadoc"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
<sourcepath>${basedir}/java/src:${project.build.directory}/generated-sources/javacc:${project.build.directory}/generated-sources/jjtree</sourcepath>
<show>package</show>
<!-- change from default 100 warnings; keep number synced with ant javadoc-lint target -->
<additionalJOption>-breakiterator -Xmaxwarns 1300</additionalJOption>
<additionalJOption>-breakiterator -Xmaxwarns 700</additionalJOption>
<!-- remove ",-missing" to get warnings about missing Javadoc tags -->
<doclint>all,-missing</doclint>
<author>true</author><!-- default -->
Expand Down

0 comments on commit 33d843d

Please sign in to comment.