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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 6be39335611975caafdde5fb2583f2845b78092e
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Aug 25 13:51:46 2026 +0100

    Checkstyle: Add SummaryJavadoc check
---
 src/conf/checkstyle/checkstyle-suppressions.xml | 2 ++
 src/conf/checkstyle/checkstyle.xml              | 1 +
 2 files changed, 3 insertions(+)

diff --git a/src/conf/checkstyle/checkstyle-suppressions.xml 
b/src/conf/checkstyle/checkstyle-suppressions.xml
index 54189b1f..5287011c 100644
--- a/src/conf/checkstyle/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle/checkstyle-suppressions.xml
@@ -42,6 +42,8 @@
   <suppress checks="UnnecessaryParentheses" files=".*[/\\]BrentSolver\.java" />
   <suppress checks="UnnecessaryParentheses" 
files=".*[/\\]gamma[/\\]BoostBeta.java" />
   <suppress checks="UnnecessaryParentheses" 
files=".*[/\\]gamma[/\\]BoostGamma.java" />
+  <!-- All documentation is within deprecated tags. -->
+  <suppress checks="SummaryJavadoc" 
files=".*[/\\]combinatorics[/\\]FactorialDouble.java" />
 
   <!-- Selection -->
   <suppress checks="ParameterNumber" 
files=".*[/\\]arrays[/\\]QuickSelect.java" />
diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index c8d11e0b..c34c889a 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -92,6 +92,7 @@
     <module name="JavadocMethod" />
     <module name="JavadocType" />
     <module name="JavadocVariable" />
+    <module name="SummaryJavadoc" />
     <module name="MissingJavadocMethod">
       <property name="scope" value="private"/>
     </module>

Reply via email to