[ 
http://jira.codehaus.org/browse/MJNCSS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg moved MOJO-415 to MJNCSS-17:
--------------------------------------------

    Component/s:     (was: javancss)
            Key: MJNCSS-17  (was: MOJO-415)
        Project: Maven 2.x JavaNCSS Plugin  (was: Mojo)

> wrong title "TOP 30 classes containing the most functions."
> -----------------------------------------------------------
>
>                 Key: MJNCSS-17
>                 URL: http://jira.codehaus.org/browse/MJNCSS-17
>             Project: Maven 2.x JavaNCSS Plugin
>          Issue Type: Bug
>            Reporter: Detlef Pleiss
>            Assignee: Jean-Laurent de Morlhon
>            Priority: Minor
>
> The title "TOP 30 classes containing the most functions." is used twice in 
> the report; once correctly and once incorrectly. 
> Fix:
> in javancss-report.properties change:
> report.javancss.funciton.byncss=functions containing the most NCSS.
> to
> report.javancss.function.byncss=functions containing the most NCSS.
> in NcssReportGenerator.doFunctionAnalysis() change:
>         subtitleHelper( bundle.getString( "report.javancss.top" ) + " " + 
> lineThreshold + " "
>             + bundle.getString( "report.javancss.object.byfunction" ) );
> to
>         subtitleHelper( bundle.getString( "report.javancss.top" ) + " " + 
> lineThreshold + " "
>             + bundle.getString( "report.javancss.function.byncss" ) );

-- 
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

Reply via email to