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 <[email protected]> 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
