You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Matt Foley (JIRA)" <ji...@apache.org> on 2017/01/17 08:02:26 UTC

[jira] [Commented] (METRON-666) Fix javadoc doclint errors

    [ https://issues.apache.org/jira/browse/METRON-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15825611#comment-15825611 ] 

Matt Foley commented on METRON-666:
-----------------------------------

Note there's still a bunch of Warnings.  I only fixed the Errors.

> Fix javadoc doclint errors
> --------------------------
>
>                 Key: METRON-666
>                 URL: https://issues.apache.org/jira/browse/METRON-666
>             Project: Metron
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: Matt Foley
>            Assignee: Matt Foley
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)