Add number of class comments to XML report
------------------------------------------
Key: MJNCSS-30
URL: http://jira.codehaus.org/browse/MJNCSS-30
Project: Maven 2.x JavaNCSS Plugin
Issue Type: Improvement
Affects Versions: 2.0-beta-2
Reporter: Simon Brandhof
Assignee: Jean-Laurent de Morlhon
The XML report defines the measures javadoc_lines, single_comment_lines and
multi_comment_lines on packages :
{code}
<!-- file target/javancss-raw-report.xml -->
<package>
<name>org.apache.commons.collections.set</name>
<classes>16</classes>
<functions>131</functions>
<ncss>520</ncss>
<javadocs>79</javadocs>
<javadoc_lines>657</javadoc_lines>
<single_comment_lines>34</single_comment_lines>
<multi_comment_lines>278</multi_comment_lines>
</package>
{code}
but not on classes :
{code}
<object>
<name>org.apache.commons.collections.Transformer</name>
<ncss>2</ncss>
<functions>1</functions>
<classes>0</classes>
<javadocs>2</javadocs>
</object>
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email