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

resources.report.rules.pmd.ShortClassName.html Maven / Gradle / Ivy



ShortClassName

ShortClassName

Short Classnames with fewer than e.g. five characters are not recommended.

                      
//ClassOrInterfaceDeclaration[string-length(@Image) < $minimum]
                      

Example(s):

    
public class Foo {
}
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy