[JIRA] Created: (JXT-84) XSBoolean missing local name and QName of XSI type

pnsantos@idp.protectnetwork.org (JIRA) noreply at shibboleth.net
Mon Feb 20 14:28:37 GMT 2012


XSBoolean missing local name and QName of XSI type
--------------------------------------------------

                 Key: JXT-84
                 URL: https://issues.shibboleth.net/jira/browse/JXT-84
             Project: XMLTooling - Java
          Issue Type: Bug
      Security Level: Standard (Standard bug, may impact functionality but does not represent a security vulnerability )
    Affects Versions: 1.3.3
            Reporter: pnsantos at idp.protectnetwork.org
            Assignee: Chad La Joie
            Priority: Minor


The interface XSBoolean does not define it's local name and QName, i.e. it's missing the folowing statements:

{code:title=XSBoolean.java}
(...)

/** Local name of the XSI type. */
public static final String TYPE_LOCAL_NAME = "boolean"; 
        
/** QName of the XSI type. */
public static final QName TYPE_NAME = new QName(XMLConstants.XSD_NS, TYPE_LOCAL_NAME, XMLConstants.XSD_PREFIX);

(...)
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list