Xradar is a quality reporting tool targeting the Java/JEE projects, under BSD
license. 

It is based on numerous open source analysis initiatives. The XML/XSL
batch-processing framework produces integrated HTML/SVG reports of the
systems current state and the development over time.
Xradar can incorporate differents open source quality tool like: 

    * PMD : A Java source code analyzer. It finds unused variables, empty
catch blocks, unnecessary object creation, and so forth.
    * Checkstyle :  A development tool to help programmers write Java code
that adheres to a coding standard. By default it supports the Sun Code
Conventions, but is highly configurable.
    * JavaNCSS : A simple utility which measures two standard source code
metrics for the Java programming language. The metrics are collected
globally, for each class and/or for each function (number of lines, number
of classes,...). 
    * JDepend : A Java package dependency analyzer that generates design
quality metrics.
    * Ckjm : The program ckjm calculates Chidamber and Kemerer
object-oriented metrics by processing the bytecode of compiled Java
files.(WMC: Weighted methods per class, DIT: Depth of Inheritance Tree, NOC:
Number of Children, CBO: Coupling between object classes, RFC: Response for
a Class, LCOM: Lack of cohesion in methods)

Maven-xradar-plugin is now available in the maven 2's repositories.
To use this plugin, just add few lines in your pom.xml.

To Have more informations please go to
http://xradar.sourceforge.net/maven-plugin/howto.html

That's not all ! The dynamic version of the plugin is already in
developement!
A release version will coming soon !!

-- 
View this message in context: 
http://www.nabble.com/Coming-out-of-the-plugin-Xradar-for-maven2-version-0.1-tp18715838p18715838.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to