You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/17 19:37:18 UTC

[commons-math] branch master updated: Remove deprecated PMD rule

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-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b32ce9cb Remove deprecated PMD rule
1b32ce9cb is described below

commit 1b32ce9cb42e7d2d956ff5d7bcb2af212824106d
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Dec 17 19:37:10 2022 +0000

    Remove deprecated PMD rule
---
 src/main/resources/pmd/pmd-ruleset.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/pmd/pmd-ruleset.xml b/src/main/resources/pmd/pmd-ruleset.xml
index 7d51f4a21..000228d76 100644
--- a/src/main/resources/pmd/pmd-ruleset.xml
+++ b/src/main/resources/pmd/pmd-ruleset.xml
@@ -53,7 +53,6 @@
     <exclude name="CommentSize" />
   </rule>
   <rule ref="category/java/errorprone.xml">
-    <exclude name="BeanMembersShouldSerialize" />
     <!-- This rule is known to be poor with Java 5 and later:
       https://github.com/pmd/pmd/issues/873 -->
     <exclude name="DataflowAnomalyAnalysis" />