JiveLint › Click to download › Updated Info
Main Page |
Details | Download Now | History |
Statistics | Promote | Tell a Friend
| Category |
Code analysis - verifiers, code review |
| Submitted by |
admin
|
| Author's Name |
Sureshot Software |
| Author's Email |
 |
| Homepage |
www.sureshotsoftware.com/javalint/ |
| Version |
1.22 |
| Published |
Mon Jun 19, 2006 11:10 pm |
Description
JiveLint is a 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().
JiveLint's goals:
-Improve source code quality by pointing out a large number of
dangerous source code constructs.
-Improve readability, maintainability and debugging by enforcing
a carefully selected set of coding and naming conventions.
-Communicate knowledge how to write high quality code by an in-detail
manual describing and reasoning why a rule will improve source
code quality.
|
| Rating |
 |
| Votes |
0 |
| Popularity |
 |
| Downloads |
11 |
| Page Views |
707 |
|
|