JavaNCSS

Information

JavaNCSS measures how many classes and lines of course code you have. The metrics are collected globally, for each class and/or for each method.

Homepage: http://www.kclee.de/clemens/java/javancss/

Example

To use the javancss target, you need to set the properties described in the Common Build Targets document.

<target name="javancss"> <ant antfile="$" target="javancss"> <property name="report.dir" value="C:\temp\myproject"/> <property name="source.dir" value="$\src"/> </ant> </target> The common target will add the directory javancss to the report dir you provided and create a report with the name javancss-report.html.


DeadEd.com
http://www.deaded.com/staticpages/index.php/javancss