
org.sonar.l10n.pmd.rules.pmd.UnusedPrivateMethod.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-pmd-plugin Show documentation
Show all versions of sonar-pmd-plugin Show documentation
Sonar-PMD is a plugin that provides coding rules from PMD.
The newest version!
Unused Private Method detects when a private method is declared but is unused. This PMD rule should be switched off
and replaced by its equivalent from Squid that is more effective : it generates less false-positives and detects more
dead code.
This rule is deprecated, use {rule:java:UnusedPrivateMethod} instead.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy