You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2017/01/27 20:54:25 UTC

[jira] [Created] (XMLSCHEMA-44) Make XmlSchemaCollection get* APIs null-safe.

Gary Gregory created XMLSCHEMA-44:
-------------------------------------

             Summary: Make XmlSchemaCollection get* APIs null-safe.
                 Key: XMLSCHEMA-44
                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-44
             Project: XmlSchema
          Issue Type: Bug
    Affects Versions: 2.2.1
            Reporter: Gary Gregory


Make XmlSchemaCollection get* APIs null-safe.

The following methods in XmlSchemaCollection throw an NPE when given null as input. 

This patch adds null guard clauses to each method.

- org.apache.ws.commons.schema.XmlSchemaCollection.getAttributeByQName(QName)
- org.apache.ws.commons.schema.XmlSchemaCollection.getElementByQName(QName)
- org.apache.ws.commons.schema.XmlSchemaCollection.getAttributeGroupByQName(QName)
- org.apache.ws.commons.schema.XmlSchemaCollection.getGroupByQName(QName)
- org.apache.ws.commons.schema.XmlSchemaCollection.getNotationByQName(QName)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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