
org.sonar.l10n.pmd.ClassWithOnlyPrivateConstructorsShouldBeFinal.html Maven / Gradle / Ivy
A class with only private constructors should be final, unless the private constructor is called by a inner class. Example :
public class Foo { //Should be final
private Foo() { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy