Displaying 1 to 4 from 4 results
Sonar - Code quality for all languages
Sonar is an open platform to manage code quality. As such, it covers the 7 axes of code quality: Design, Code duplication, Unit test, Code complexity, Potential bugs, Coding rules, Comments. It has support for multiple languages like .NET, PHP, Java etc.
Panopticode - Gathers, Correlats, and displays code metrics
The Panopticode project provides a set of open source tools for gathering, correlating, and displaying code metrics. It evaluates software quality and ensures coding standards. It installs and configures set of tools like Emma or Cobertura for unit test code coverage, Checkstyle to validate the coding standards, JDepend to check the dependency, JavaNCSS for Cyclomatic Complexity metrics.
Jsdeveloper-plugins - Javascript development plugins to aid a developer in sorting our his javascrip
The intention of this project is to write plugins that can aid a developer when working with JavaScript. This may sound a little vague or open-ended, but this is intentional. The first time I wrote a plugin for maven was to use combine JSDoc Toolkit with the power of maven, allowing a developer to generate JSDoc as part of the maven build process. One of the reasons for starting jsdeveloper-plugins comes from the need to publish another JavaScript/maven team-up, this time to calculate code fitne
JavaNCSS - A Source Measurement Suite for Java
JavaNCSS is a simple command line utility which measures two standard source code metrics for the Java programming language. The Cyclomatic Complexity metrics are collected globally, for each class or for each function. It is also integrated with Ant task. NCSS means Non Commenting Source Statements, Source code except comments will be used for metrics calculation.