
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