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 "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/02/28 03:26:53 UTC

[jira] Created: (AXIS2C-79) axis2_om_node_set_previous_sibling does not update links properly

axis2_om_node_set_previous_sibling does not update links properly
-----------------------------------------------------------------

         Key: AXIS2C-79
         URL: http://issues.apache.org/jira/browse/AXIS2C-79
     Project: Axis2-C
        Type: Bug
  Components: xml/om  
    Versions: Current (Nightly)    
    Reporter: Samisa Abeysinghe


The axis2_om_node_set_previous_sibling method just assing the given parameter node to the previous sibling. 
AXIS2_INTF_TO_IMPL(om_node)->prev_sibling = prev_sibling;

What about updating the parent for its first child, etc? I think we have to update the other links in the node and the parent as well as the given node.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS2C-79) axis2_om_node_set_previous_sibling does not update links properly

Posted by "nandika jayawardana (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-79?page=all ]
     
nandika jayawardana closed AXIS2C-79:
-------------------------------------

    Resolution: Fixed

(Visible to axiscpp-developers)


> axis2_om_node_set_previous_sibling does not update links properly
> -----------------------------------------------------------------
>
>          Key: AXIS2C-79
>          URL: http://issues.apache.org/jira/browse/AXIS2C-79
>      Project: Axis2-C
>         Type: Bug
>   Components: xml/om
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: nandika jayawardana

>
> The axis2_om_node_set_previous_sibling method just assing the given parameter node to the previous sibling. 
> AXIS2_INTF_TO_IMPL(om_node)->prev_sibling = prev_sibling;
> What about updating the parent for its first child, etc? I think we have to update the other links in the node and the parent as well as the given node.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXIS2C-79) axis2_om_node_set_previous_sibling does not update links properly

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-79?page=all ]

Samisa Abeysinghe reassigned AXIS2C-79:
---------------------------------------

    Assign To: nandika jayawardana

> axis2_om_node_set_previous_sibling does not update links properly
> -----------------------------------------------------------------
>
>          Key: AXIS2C-79
>          URL: http://issues.apache.org/jira/browse/AXIS2C-79
>      Project: Axis2-C
>         Type: Bug
>   Components: xml/om
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: nandika jayawardana

>
> The axis2_om_node_set_previous_sibling method just assing the given parameter node to the previous sibling. 
> AXIS2_INTF_TO_IMPL(om_node)->prev_sibling = prev_sibling;
> What about updating the parent for its first child, etc? I think we have to update the other links in the node and the parent as well as the given node.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira