Redundant checks into WarBasedAxisConfigurator
----------------------------------------------

                 Key: AXIS2-3539
                 URL: https://issues.apache.org/jira/browse/AXIS2-3539
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: deployment
    Affects Versions: 1.3
            Reporter: Michele Mazzucco
            Priority: Minor
         Attachments: AXIS2-3539.patch

in two places the there is the following set of statements

some_type var = null;
// something else

if (var == null) {
 do something
}

var can only be null here.

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