This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a462fc4e4f Update Javadoc checkstyle with current figures
a462fc4e4f is described below
commit a462fc4e4fcf6294481734f849befe56d71e88e8
Author: remm <[email protected]>
AuthorDate: Sat May 9 09:53:16 2026 +0200
Update Javadoc checkstyle with current figures
---
res/checkstyle/checkstyle.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml
index a24f399183..0516ff6c44 100644
--- a/res/checkstyle/checkstyle.xml
+++ b/res/checkstyle/checkstyle.xml
@@ -94,17 +94,15 @@
<module name="JavadocMissingLeadingAsterisk"/>
<module name="JavadocMissingWhitespaceAfterAsterisk"/>
<module name="JavadocStyle">
- <!-- Disabled. Large number of errors with minimal benefit to be
gained by fixing at this time. ~1400 errors -->
+ <!-- Disabled. Large number of errors with minimal benefit to be
gained by fixing at this time. ~1600 errors -->
<property name="checkFirstSentence" value="false"/>
- <!-- Disabled. Large number of errors with minimal benefit to be
gained by fixing at this time. ~1300 errors -->
- <property name="checkEmptyJavadoc" value="false"/>
<!-- Does not handle HTML tags in {@code ...} correctly -->
<property name="checkHtml" value="false"/>
</module>
- <!-- ~10000 errors
+ <!-- ~5900 errors
<module name="MissingJavadocMethod"/>
-->
- <!-- ~1600 errors
+ <!-- ~1200 errors
<module name="MissingJavadocType"/>
-->
<module name="NonEmptyAtclauseDescription"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]