Pankraz76 commented on issue #238: URL: https://github.com/apache/maven-parent/issues/238#issuecomment-3410645427
No, but I will do so. Also, as the tool covers the same topic, I can say we have the need for detecting unused methods and ensuring override annotations — which can actually be done with PMD as well. - https://errorprone.info/bugpattern/UnusedMethod - https://github.com/apache/maven/pull/11165 - https://github.com/apache/maven/pull/2446 Also, Error Prone is the door opener for using Refaster rules. Having done this already with another tool applying the same concept, we can see there is (or was) a need to have this rule in place: - https://github.com/apache/maven/pull/11159 It’s like every other codebase — even when there are no issues, it’s still worth adding them to help maintain compliance and avoid potential problems in the future. Just like we’ve added many rewrite rules to ensure they pass in the future with Spotless: - https://github.com/diffplug/spotless/pull/2663 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
