Uses of Class
com.puppycrawl.tools.checkstyle.GlobalStatefulCheck
-
Packages that use GlobalStatefulCheck Package Description com.puppycrawl.tools.checkstyle.checks Contains the checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution. -
-
Uses of GlobalStatefulCheck in com.puppycrawl.tools.checkstyle.checks
Classes in com.puppycrawl.tools.checkstyle.checks with annotations of type GlobalStatefulCheck Modifier and Type Class Description class
TranslationCheck
Ensures the correct translation of code by checking property files for consistency regarding their keys. -
Uses of GlobalStatefulCheck in com.puppycrawl.tools.checkstyle.checks.javadoc
Classes in com.puppycrawl.tools.checkstyle.checks.javadoc with annotations of type GlobalStatefulCheck Modifier and Type Class Description class
JavadocLeadingAsteriskAlignCheck
Checks the alignment of leading asterisks in a Javadoc comment.class
JavadocPackageCheck
Checks that each Java package has a Javadoc file used for commenting.
-