You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/13 10:52:06 UTC

[tomcat] 01/02: Checkstyle checks for Javadoc += NonEmptyAtclauseDescription

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 2bfd6c3a2be7393f17395ffe3188e95cef25831a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 13 10:29:25 2023 +0000

    Checkstyle checks for Javadoc += NonEmptyAtclauseDescription
---
 res/checkstyle/checkstyle.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml
index e453bbb3fb..b30d0d14e2 100644
--- a/res/checkstyle/checkstyle.xml
+++ b/res/checkstyle/checkstyle.xml
@@ -85,6 +85,22 @@
         <property name="accessModifiers" value="public,protected"/>
     </module>
     <module name="JavadocMissingLeadingAsterisk"/>
+    <module name="JavadocMissingWhitespaceAfterAsterisk"/>
+    <module name="JavadocStyle">
+        <!-- ~1600 errors -->
+        <property name="checkFirstSentence" value="false"/>
+        <!-- ~1500 errors -->
+        <property name="checkEmptyJavadoc" value="false"/>
+        <!--  Does not handle HTML tags in {@code ...} correctly -->
+        <property name="checkHtml" value="false"/>
+    </module>
+    <!-- ~9000 errors
+    <module name="MissingJavadocMethod"/>
+    -->
+    <!-- ~1400 errors
+    <module name="MissingJavadocType"/>
+    -->
+    <module name="NonEmptyAtclauseDescription"/>
 
     <!-- Miscellaneous -->
     <!-- ~5500 errors


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org