Uploaded image for project: 'XMLBeans'
  1. XMLBeans
  2. XMLBEANS-170

Javadoc error: @link class not fully qualified

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Version 2
    • None
    • None
    • None

    Description

      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>

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            jacobd Jacob Danner
            perfnorm Jasper Rosenberg

            Dates

              Created:
              Updated:

              Slack

                Issue deployment