Contains the checks that are bundled with the main distribution.
Abstract class for checks that verify strings using a java.util.regex.Pattern regular expression .
Checks for restricted tokens beneath other tokens.
A generic check for code problems, the user can search for any pattern.
Checks that there is a newline at the end of each file.
A check that makes sure that a specified pattern exists (or not) in the file.
A check that makes sure that a specified pattern exists in the code.
A check for TODO comments.
The check to ensure that requires that comments be the only thing on a line. For the case of // comments that means that the only thing that should precede it is whitespace. It doesn't check comments if they do not end line, i.e.
The TranslationCheck class helps to ensure the correct translation of code by checking property files for consistency regarding their keys.
Checks that long constants are defined with an upper ell. That is 'L' and not 'l'.