Easy to Learn Java: Programming Articles, Examples and Tips

Start with Java in a few days with Java Lessons or Lectures

Home

Code Examples

Java Tools

More Java Tools!

Java Forum

All Java Tips

Books

Submit News
Search the site here...
Search...
 

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 Not Rated
Votes 0

Popularity 1/5: Not Popular
Downloads 11
Page Views 707

Download Now!


Home Code Examples Java Forum All Java Tips Books Submit News, Code... Search... Offshore Software Tech Doodling

RSS feed Java FAQ RSS feed Java FAQ News     

    RSS feed Java Forums RSS feed Java Forums

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest 1999-2006 by Java FAQs Daily Tips.

Interactive software released under GNU GPL, Code Credits, Privacy Policy