[JIRA] Updated: (JXT-84) XSBoolean missing local name, QName and object providers
Chad La Joie (JIRA)
noreply at shibboleth.net
Tue Feb 21 13:44:37 GMT 2012
[ https://issues.shibboleth.net/jira/browse/JXT-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chad La Joie updated JXT-84:
----------------------------
Summary: XSBoolean missing local name, QName and object providers (was: XSBoolean missing local name and QName of XSI type)
> 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
> 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