You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jihad Abdul-Latif (JIRA)" <ji...@apache.org> on 2007/12/04 17:28:43 UTC

[jira] Created: (AXIS2-3385) i ran findbugs over the cobra's source code and its suggest that i make these fields final

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org