This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 971ad45 Exclude PublicMemberInNonPublicType from PMD checks
971ad45 is described below
commit 971ad4577628d210dd2003ac6f6771d508a07767
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Feb 12 09:43:51 2026 -0500
Exclude PublicMemberInNonPublicType from PMD checks
---
buildtools/src/main/resources/cxf-pmd-ruleset.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
index 1ec537e..b490c27 100644
--- a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
+++ b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
@@ -108,6 +108,7 @@
<exclude name="UseObjectForClearerAPI" />
<exclude name="UseUtilityClass" />
<exclude name="UselessOverridingMethod" />
+ <exclude name="PublicMemberInNonPublicType" />
</rule>
<rule ref="category/java/errorprone.xml">