| jStyleCheck: | Checks Java source code according to given source code conventions, e.g. those of SUN. |
| jCommentCheck: | Checks for proper JavaDoc comments in Java source code. |
| jSequenceCheck: | Analyzes the sequence of class members according to a predefined sequence. |
| jSourceCodeCheck: | Is intended to spot various situations which may lead to erroneous program behaviour [incomplete]. |
| javac2oo: | A simple source code analyzer to reverse engineer Java source code towards UML class diagrams. Currently it produces UMLscript only, one of the input formats of Sugibib - a graph drawing framework for UML (class) diagrams. |