
org.sonar.l10n.pmd.rules.pmd.CallSuperFirst.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.
Super should be called at the start of the method. Example :
public class DummyActivity extends Activity {
public void onCreate(Bundle bundle) {
// missing call to super.onCreate(bundle)
foo();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy