[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlrpc-user
Subject:    [jira] [Commented] (AXIOM-397) OMChildrenNamespaceIterator.isEqual ignores second parameter
From:       "Hudson (JIRA)" <jira () apache ! org>
Date:       2017-04-18 21:03:41
Message-ID: JIRA.12531118.1321008183000.310995.1492549421622 () Atlassian ! JIRA
[Download RAW message or body]


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

Hudson commented on AXIOM-397:
------------------------------

SUCCESS: Integrated in Jenkins build axiom-1.2.x #52 (See \
                [https://builds.apache.org/job/axiom-1.2.x/52/])
AXIOM-397: Merge r1791831 to the 1.2 branch. (veithen: rev 1791832)
* (edit) axiom
* (edit) axiom/axiom-compat/src/main/java/org/apache/axiom/om/impl/traverse/OMChildrenNamespaceIterator.java



> OMChildrenNamespaceIterator.isEqual ignores second parameter
> ------------------------------------------------------------
> 
> Key: AXIOM-397
> URL: https://issues.apache.org/jira/browse/AXIOM-397
> Project: Axiom
> Issue Type: Bug
> Components: DOOM, LLOM
> Affects Versions: 1.2.9, 1.2.12
> Environment: N/A
> Reporter: Simon Matic Langford
> Assignee: Andreas Veithen
> Fix For: 1.2.13
> 
> 
> Whilst debugging an issue with SOAPHeader.getChildrenWithNamespaceURI() we \
> discovered that OMChildrenNamespaceIterator.isEqual() ignores the "currentQName" \
> parameter. This renders it rather useless. We found on 1.2.9, but have verified \
> it's not fixed in 1.2.12 and can't see an existing issue for it in any of the \
> unreleased versions: public boolean isEqual(QName searchQName, QName currentQName) \
> { return searchQName.getNamespaceURI().equals(searchQName.getNamespaceURI());
> }
> should read:
> public boolean isEqual(QName searchQName, QName currentQName) {
> return searchQName.getNamespaceURI().equals(currentQName.getNamespaceURI());
> }



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic