You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/03/27 20:17:02 UTC

[sling-org-apache-sling-clam] 39/44: [pmd] TooManyStaticImports

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git

commit cae468b0b4f8c6921fb386f9f85afe6ed1cd65ea
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 27 20:40:20 2022 +0200

    [pmd] TooManyStaticImports
---
 pmd-exclude.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pmd-exclude.properties b/pmd-exclude.properties
index 85cc37e..0b8ff59 100644
--- a/pmd-exclude.properties
+++ b/pmd-exclude.properties
@@ -16,5 +16,7 @@
 #    limitations under the License.
 #
 ################################################################################
+org.apache.sling.clam.http.internal.ClamJcrScanServlet=TooManyStaticImports
 org.apache.sling.clam.jcr.NodeDescendingJcrPropertyDigger=UnnecessaryModifier
 org.apache.sling.clam.result.JcrPropertyScanResultHandler=UnnecessaryModifier
+org.apache.sling.clam.result.internal.ResourcePersistingScanResultHandler=TooManyStaticImports