xmlbeans-dev mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Jasper Rosenberg (JIRA)" <xmlbeans-...@xml.apache.org>
Subject [jira] Created: (XMLBEANS-170) Javadoc error: @link class not fully qualified
Date Fri, 01 Jul 2005 12:37:58 GMT
Javadoc error: @link class not fully qualified
----------------------------------------------

         Key: XMLBEANS-170
         URL: http://issues.apache.org/jira/browse/XMLBEANS-170
     Project: XMLBeans
        Type: Bug
    Versions: Version 2    
    Reporter: Jasper Rosenberg
    Priority: Minor


The following code is generated:

<code>
        /** @deprecated {@link XMLInputStream} */
        public static noNamespace.Address parse(org.apache.xmlbeans.xml.stream.XMLInputStream
xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
{
          return (noNamespace.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(
xis, type, null ); }
        
        /** @deprecated {@link XMLInputStream} */
        public static noNamespace.Address parse(org.apache.xmlbeans.xml.stream.XMLInputStream
xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
{
          return (noNamespace.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(
xis, type, options ); }
        
        /** @deprecated {@link XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream
xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
{
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(
xis, type, null ); }
        
        /** @deprecated {@link XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream
xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
{
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(
xis, type, options ); }
</code>

I get these warnings from eclipse:
   "Javadoc: XMLInputStream cannot be resolved to a type"

I believe it just needs to be change to generate this instead:

<code>
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
</code>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


Mime
View raw message