JiveLint
Home PageCategories: Code analysis - Standards verifiers
Author: Sureshot
Latest version: 1.22
Added 2005-09-28
Command line tool employing static analysis on your Java source code.
Potential bugs and weak points are reported and the manual describes how the source code can be improved. JiveLint also checks that the source code follows a set of coding convention rules.
For example, JiveLint will find unused code and variables, switch blocks without a default case, if a class overrides "Object.equals()" but not "Object.hashCode()", if code use == to compare Strings instead of equals().
Built for Java |