Welcome to DeadEd.com
Sunday, May 11 2008 @ 07:22 PM CDT

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="${common.build}" target="javancss"> <property name="report.dir" value="C:\temp\myproject"/> <property name="source.dir" value="${project.root}\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.


Last Updated Tuesday, January 24 2006 @ 04:46 AM CST; 1,779 Hits View Printable Version