All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.pmd.rules.pmd.AbstractClassWithoutAbstractMethod.html Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version

The abstract class does not contain any abstract methods. An abstract class suggests an incomplete implementation, which is to be completed by subclasses implementing the abstract methods. If the class is intended to be used as a base class only (not to be instantiated directly) a protected constructor can be provided prevent direct instantiation.

This rule is deprecated, use {rule:java:S1694} instead.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy