Showing posts with label Source Code Analyzer. Show all posts
Showing posts with label Source Code Analyzer. Show all posts

Crap4j

Crap4j is a Java implementation of the CRAP (Change Risk Analysis and Predictions) software metric – a mildly offensive metric name to help protect developers from truly offensive code.

The CRAP metric combines cyclomatic complexity and code coverage from automated tests (e.g. JUnit tests) to help you identify code that might be particularly difficult to understand, test, or maintain.

Home page  :http://www.crap4j.org/

Update Site :http://www.crap4j.org/downloads/update

Checkstyle Plug-in

Checkstyle is a development tool which helps the developers to ensure that their Java code adheres to a set of coding standards. Checkstyle does this by inspecting Java source code and pointing out items that deviate from a defined set of coding rules. With the Checkstyle Eclipse plug-in code is constantly inspected for problems. Within the Eclipse workbench problems are notified via the Eclipse Problems View and source code annotations just like compiler errors or warnings.

Home Page  :http://eclipse-cs.sourceforge.net/

Update Site :http://eclipse-cs.sourceforge.net/update