Package com.github.sevntu.checkstyle.checks.naming
Contains the Naming conventions checks
that are bundled with the main distribution.
-
Class Summary Class Description EnumValueNameCheck Checks that enumeration value names conform to a format specified by the format property.InterfaceTypeParameterNameCheck Checks that interface type parameter names conform to a format specified by the format property.UniformEnumConstantNameCheck Check forces enum constants to match one of the specified patterns and forces all the values to follow only one of the specified patterns.