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: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: nightly
         Environment: Windows xp, eclispe
            Reporter: Jihad Abdul-Latif
             Fix For: nightly


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