Pankraz76 opened a new pull request, #2364: URL: https://github.com/apache/maven/pull/2364
[Error prone](https://pmd.github.io/pmd/pmd_rules_jsp_errorprone.html), which is default, only exposes 3 issues, which seem to have real impact. [Best practices](https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html) impacts on code shape. - https://github.com/apache/maven/pull/2331 Issues: - [WARNING] PMD Failure: org.apache.maven.internal.xml.DefaultXmlService:396 Rule:UnusedPrivateMethod Priority:3 Avoid unused private methods such as 'findNodeById(List<XmlNode>, String)'.. - [WARNING] PMD Failure: org.apache.maven.internal.xml.DefaultXmlService:404 Rule:UnusedPrivateMethod Priority:3 Avoid unused private methods such as 'findNodeByKeys(List<XmlNode>, XmlNode, String[])'.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org