Categories
Javachecker
JavaChecker does static analysis for Java source file. It checks various things in the Java source file and gives warning messages, if needed. The program warns the user if: - function name equals constructor name - default constructor is not found in the class - multiply or divide operator is used instead of shift operator for two's power - warns local variables if variables have not been used - warns function parameter variables if variables have not been used - member variables have not been used - explicit import-clauses are not used
Last updated 4 Aug, 2005
About
Leadership
- Roni Hursti - Maintainer
Requirements
- JDK1.2.2 or later (Build Prerequisite)
- Javacup (Build Prerequisite)
- JFlex (Build Prerequisite)
- JDK1.2.2 or later (Source Requirement)
- Javacup 0.10j or later (Source Requirement)
- JFlex 1.3.5 (Source Requirement)
Versions
1.2
1.2 stable released 2002-11-18
- Released: 18 Nov, 2002
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/javachecker/...
- Licenses: GPLv2orlater
- Interfaces: Command Line
User Community and Support
General Resources
Announcement Resources
Support Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.javachecker.sourceforge.net:/cvsroot/javachecker - VCS Repository Webview



