You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Hudson (Commented) (JIRA)" <ji...@apache.org> on 2012/03/07 23:38:58 UTC

[jira] [Commented] (AXIOM-385) DOOM class hierarchy is inconsistent with the Axiom interface hierarchy

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

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

Integrated in ws-axiom-trunk #816 (See [https://builds.apache.org/job/ws-axiom-trunk/816/])
    Removed some methods made obsolete by the change in AXIOM-385. (Revision 1298145)

     Result = SUCCESS
veithen : 
Files : 
* /webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/AttrImpl.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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org