[ 
https://issues.apache.org/jira/browse/AXIS2-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Samisa Abeysinghe resolved AXIS2-3385.
--------------------------------------

    Resolution: Fixed

This has been fixed by someone

> i ran findbugs over the cobra's source code and its suggest that i make these 
> fields final
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3385
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3385
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: Windows xp, eclispe
>            Reporter: Jihad Abdul-Latif
>
> i ran findbugs over the cobra's source code and its suggest that you make 
> these fields final
>     public static String MODE_IN = "in";
>     public static String MODE_INOUT = "inout";
>     public static String MODE_OUT = "out";
> because
> <b>Field isn't final but should be</b><br/><p>
>  A mutable static field could be changed by malicious code or
>         by accident from another package.
>         The field could be made final to avoid
>         this vulnerability.</p>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to