| Class | Description |
|---|---|
| AbbaDetect |
Enable / disable AB-BA deadlock detector code.
|
| CheckJavadoc |
This tool checks that for each .java file there is a package.html file,
that for each .java file there is at least one (class level) javadoc comment,
and that lines with comments are not too long.
|
| CheckTextFiles |
This tool checks that source code files only contain the allowed set of
characters, and that the copyright license is included in each file.
|
| SwitchSource |
Switched source code to a specific Java version, automatically to the current
version, or enable / disable other blocks of source code in Java files.
|
Source code checking classes.