Chris Simmons created XERCESJ-1617:
--------------------------------------

             Summary: Minor optomization for NodeImpl.lookupNamespaceURI(String)
                 Key: XERCESJ-1617
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1617
             Project: Xerces2-J
          Issue Type: Bug
          Components: DOM (Level 2 Events)
    Affects Versions: 2.11.0
            Reporter: Chris Simmons
            Priority: Trivial


NodeImpl.lookupNamespaceURI calls getPrefix() on all attributes which results 
in lots of pointless object allocations.  Simply pushing the calls inside the 
guard will avoid this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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