You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2007/02/02 12:55:06 UTC

[jira] Created: (AXIS2C-521) in desc_builder_process_params parent param is null checked.

in desc_builder_process_params parent param is null checked.
------------------------------------------------------------

                 Key: AXIS2C-521
                 URL: https://issues.apache.org/jira/browse/AXIS2C-521
             Project: Axis2-C
          Issue Type: Bug
            Reporter: Damitha Kumarage
         Assigned To: Damitha Kumarage


in desc_builder_process_params parent parameter is AXIS2_PARAM_CHECKed. But this is fault since parent parameter can be NULL and inside the code it is NULL check where it is necessary.

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


[jira] Resolved: (AXIS2C-521) in desc_builder_process_params parent param is null checked.

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dinesh Premalal resolved AXIS2C-521.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

> in desc_builder_process_params parent param is null checked.
> ------------------------------------------------------------
>
>                 Key: AXIS2C-521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-521
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>         Assigned To: Dinesh Premalal
>             Fix For: 1.0.0
>
>
> in desc_builder_process_params parent parameter is AXIS2_PARAM_CHECKed. But this is fault since parent parameter can be NULL and inside the code it is NULL check where it is necessary.

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


[jira] Commented: (AXIS2C-521) in desc_builder_process_params parent param is null checked.

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484182 ] 

Dinesh Premalal commented on AXIS2C-521:
----------------------------------------

Damitha, If you could provide bit clarification on this issue, That will be helpful and much appreciated.

> in desc_builder_process_params parent param is null checked.
> ------------------------------------------------------------
>
>                 Key: AXIS2C-521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-521
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>         Assigned To: Damitha Kumarage
>
> in desc_builder_process_params parent parameter is AXIS2_PARAM_CHECKed. But this is fault since parent parameter can be NULL and inside the code it is NULL check where it is necessary.

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


[jira] Commented: (AXIS2C-521) in desc_builder_process_params parent param is null checked.

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481807 ] 

Samisa Abeysinghe commented on AXIS2C-521:
------------------------------------------

I am confused. What is the problem here?

> in desc_builder_process_params parent param is null checked.
> ------------------------------------------------------------
>
>                 Key: AXIS2C-521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-521
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>         Assigned To: Damitha Kumarage
>
> in desc_builder_process_params parent parameter is AXIS2_PARAM_CHECKed. But this is fault since parent parameter can be NULL and inside the code it is NULL check where it is necessary.

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


[jira] Assigned: (AXIS2C-521) in desc_builder_process_params parent param is null checked.

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dinesh Premalal reassigned AXIS2C-521:
--------------------------------------

    Assignee: Dinesh Premalal  (was: Damitha Kumarage)

> in desc_builder_process_params parent param is null checked.
> ------------------------------------------------------------
>
>                 Key: AXIS2C-521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-521
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>         Assigned To: Dinesh Premalal
>             Fix For: 1.0.0
>
>
> in desc_builder_process_params parent parameter is AXIS2_PARAM_CHECKed. But this is fault since parent parameter can be NULL and inside the code it is NULL check where it is necessary.

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


[jira] Commented: (AXIS2C-521) in desc_builder_process_params parent param is null checked.

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484714 ] 

Dinesh Premalal commented on AXIS2C-521:
----------------------------------------

The AXIS2_PARAM_CHECK for parent is removed. NULL checking of parent is doing a if condition in side process_params.

> in desc_builder_process_params parent param is null checked.
> ------------------------------------------------------------
>
>                 Key: AXIS2C-521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-521
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>         Assigned To: Damitha Kumarage
>
> in desc_builder_process_params parent parameter is AXIS2_PARAM_CHECKed. But this is fault since parent parameter can be NULL and inside the code it is NULL check where it is necessary.

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