Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-423

Wrong link generation for org.xml.sax.helpers.DefaultHandler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.10.1
    • 2.10.4
    • None
    • None

    Description

      Review report:
      http://checkstyle.sourceforge.net/linkcheck.html

      javadoc plugin - https://github.com/checkstyle/checkstyle/blob/master/pom.xml#L524

      here you can see number of broken links as:
      "http://docs.oracle.com/javase/6/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true: 404 Not Found
      "

      problem is in "helpers.DefaultHandler.html" should be "helpers/DefaultHandler.html"

      I switched to java7 in latest code of checkstyle (https://github.com/checkstyle/checkstyle) project , but problem is the same.

      to reproduce problem please do :
      git clone https://github.com/checkstyle/checkstyle
      cd checkstyle
      mvn -Pdistro clean package

      after that review linkcheck maven report.

      Attachments

        1. linkcheck.html
          17 kB
          Michael Osipov

        Activity

          People

            michael-o Michael Osipov
            romani Roman Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: