Related articles |
---|
Java static analysis tool (JavaChecker) has been released ronih@luukku.com (Roni Hursti) (2002-11-17) |
Re: Java static analysis tool (JavaChecker) has been released sander@haldjas.folklore.ee (Sander Vesik) (2002-12-01) |
Re: Java static analysis tool (JavaChecker) has been released joachim_d@gmx.de (Joachim Durchholz) (2002-12-03) |
From: | "Roni Hursti" <ronih@luukku.com> |
Newsgroups: | comp.compilers |
Date: | 17 Nov 2002 22:54:24 -0500 |
Organization: | Elisa Internet customer |
Keywords: | Java, tools, available |
Posted-Date: | 17 Nov 2002 22:54:24 EST |
Hi!
I've released Java static analysis tool (JavaChecker) in
(<http://javachecker.sourceforge.net/>).
JavaChecker checks for the following things in Java source files:
- It warns if function name equals constructor name
- It warns if default constructor is not found in the class
- It warns if multiply or divide operator is used instead
of shift operator for two's power
- It warns about local variables if variables have not been used
- It warns about function parameter variables if
variables have not been used
- It warns if member variables have not been used
- It warns if explicit import-clauses are not used
Best Regards
Roni
Return to the
comp.compilers page.
Search the
comp.compilers archives again.