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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2008/03/03 16:26:51 UTC

[jira] Resolved: (AXIS2-3539) Redundant checks into WarBasedAxisConfigurator

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

Davanum Srinivas resolved AXIS2-3539.
-------------------------------------

    Resolution: Fixed

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