[ 
https://issues.apache.org/jira/browse/AXIOM-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219516#comment-13219516
 ] 

Hudson commented on AXIOM-385:
------------------------------

Integrated in ws-axiom-trunk #807 (See 
[https://builds.apache.org/job/ws-axiom-trunk/807/])
    More code simplifications made possible by the change in AXIOM-385. 
(Revision 1295236)

     Result = ABORTED
veithen : 
Files : 
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/ChildNode.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/SOAPEnvelopeImpl.java

                
> DOOM class hierarchy is inconsistent with the Axiom interface hierarchy
> -----------------------------------------------------------------------
>
>                 Key: AXIOM-385
>                 URL: https://issues.apache.org/jira/browse/AXIOM-385
>             Project: Axiom
>          Issue Type: Bug
>          Components: DOOM
>    Affects Versions: 1.2.12
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>             Fix For: 1.2.13
>
>
> The OMDocument interface extends OMContainer, but not OMNode. On the other 
> hand, DocumentImpl implements both OMDocument and OMNode (because it extends 
> NodeImpl which implements OMNode).
> That causes problems with code such as this (which is perfectly consistent 
> with the Axiom API and which works correctly with the LLOM implementation):
> if (item instanceof OMNode) {
>     ...
>     OMContainer parent = ((OMNode)item).getParent();
>     ...
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to