I am using jlint (from Cyrille Artho [artho@inf.ethz.ch]) now .. but wonder
if there's any other similar java lint tools ...
- Wenbo
Hugo Pragt - 19 Mar 2004 08:43 GMT
I use http://sourceforge.net/projects/jcsc/
Like it very much.
There are also some plugins for eclipse...
Hugo
> I am using jlint (from Cyrille Artho [artho@inf.ethz.ch]) now .. but wonder
> if there's any other similar java lint tools ...
>
> - Wenbo
Tim Tyler - 19 Mar 2004 11:38 GMT
Wenbo <wenboz@nortelnetworks.com> wrote or quoted:
> I am using jlint (from Cyrille Artho [artho@inf.ethz.ch]) now .. but wonder
> if there's any other similar java lint tools ...
See:
Checkstyle
http://checkstyle.sourceforge.net/
See also:
PMD
http://pmd.sourceforge.net/
JCSC - Java Coding Standards Checker - GPL
http://jcsc.sourceforge.net/
JavaWizzard
http://csdl.ics.hawaii.edu/Research/JWiz/JWiz.html
RevJava
http://www.serc.nl/people/florijn/work/designchecking/RevJava.htm
Lint tools for Java
http://pmd.sourceforge.net/similar-projects.html
TOAD
http://www.alphaworks.ibm.com/tech/toad
JiveLint
http://www.bysoft.se/sureshot/javalint/
JTest
http://www.parasoft.com/products/jtest/
JLint
http://www.garret.ru/~knizhnik/
JLint - Windows
http://artho.com/jlint/manual.html
Code Companion - Lint for $s
http://www.jenssoft.com/
WaspSoft
http://www.waspsoft.com/
Simian
http://www.redhillconsulting.com.au/products/simian/
JQuery
http://www.cs.ubc.ca/labs/spl/projects/jquery/
QStudio for Java Pro</a> (QA systems)
http://www.qa-systems.com/welcome.html

Signature
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Stefan Reich - 11 Jan 2005 02:30 GMT
Two additions:
Lint4j - http://www.jutils.com
FindBugs - http://findbugs.sourceforge.net/
gimme_this_gimme_that@yahoo.com - 15 Jan 2005 05:45 GMT
Take a look at the download at http://hammurapi.org .
It makes certain you close you db connections in a finally clause,
Bulks at long files, overly complex methods, scolds you if you
don't use a logger, and does a bunch of useless but interesting
things such as check your import statements (alphabatical
with no asterisks).
You run hammurapi as an ANT task and it gives you a very
cool html folder with all there is to know about your code.
You can disable inspectors and configure them.
Praveen Pachhapur - 21 Jan 2005 20:41 GMT
Hi,
I am new to hammurapi.
Can you tell me please how to disable the inspectors and how to configure the same??
Thanks
Praveen