[JIRA] Closed: (JXT-84) XSBoolean missing local name, QName and object providers

Chad La Joie (JIRA) noreply at shibboleth.net
Tue Feb 21 13:46:37 GMT 2012


     [ https://issues.shibboleth.net/jira/browse/JXT-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chad La Joie closed JXT-84.
---------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.4

Fixed in rev 747

> XSBoolean missing local name, QName and object providers
> --------------------------------------------------------
>
>                 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
>             Fix For: 1.3.4
>
>   Original Estimate: 5 minutes
>  Remaining Estimate: 5 minutes
>
> 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