[
http://jira.codehaus.org/browse/MJNCSS-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg moved MOJO-362 to MJNCSS-18:
--------------------------------------------
Component/s: (was: javancss)
Key: MJNCSS-18 (was: MOJO-362)
Project: Maven 2.x JavaNCSS Plugin (was: Mojo)
> Classes average and Functions average exchanged
> -----------------------------------------------
>
> Key: MJNCSS-18
> URL: http://jira.codehaus.org/browse/MJNCSS-18
> Project: Maven 2.x JavaNCSS Plugin
> Issue Type: Bug
> Reporter: Detlef Pleiss
> Assignee: Mike Perham
>
> in the first "Averages" part the values for Classes average and Functions
> average are exchanged.
> This can be fixed in NcssReportGenerator.java by exchanging two lines in the
> method doObjectAverage() :
> old and wrong:
> tableCellHelper( node.valueOf( "functions" ) );
> tableCellHelper( node.valueOf( "classes" ) );
> new and correct:
> tableCellHelper( node.valueOf( "classes" ) );
> tableCellHelper( node.valueOf( "functions" ) );
--
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