Uploaded image for project: 'Metron (Retired)'
  1. Metron (Retired)
  2. METRON-666

Fix javadoc doclint errors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Done
    • Major
    • Resolution: Done
    • 0.3.0
    • 0.3.1
    • None

    Description

      Java 8 includes "doclint" as part of javadocs. As a result, running javadoc on current code base has fatal errors, mostly (not all) related to use of "<p/>" (not allowed ever), or unmatched "</p>" (not preceded by a matching "<p>"). It is, however, happy with unmatched "<p>", so that's the thing to use for paragraph separators. Put it on the same line as the next line of text to avoid a warning about "empty <p>".

      There are other errors fixed here too.

      Attachments

        Issue Links

          Activity

            People

              mattf Matthew Foley
              mattf Matthew Foley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: