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

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

An empty initializer was found. Example :
public class Foo {

   static {} // Why ?

   {} // Again, why ?

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy