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

resources.report.rules.findbugs.NM_CLASS_NAMING_CONVENTION.html Maven / Gradle / Ivy



NM_CLASS_NAMING_CONVENTION

Nm: Class names should start with an upper case letter (NM_CLASS_NAMING_CONVENTION)

Class names should be nouns, in mixed case with the first letter of each internal word capitalized. Try to keep your class names simple and descriptive. Use whole words-avoid acronyms and abbreviations (unless the abbreviation is much more widely used than the long form, such as URL or HTML).





© 2015 - 2024 Weber Informatics LLC | Privacy Policy