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

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



ClassNamingConventions


ClassNamingConventions

Class names should always begin with an upper case character.

This rule is defined by the following Java class: net.sourceforge.pmd.rules.ClassNamingConventions

Example:

                

public class Foo {}

      
            




© 2015 - 2025 Weber Informatics LLC | Privacy Policy