You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Richard Sand (JIRA)" <ji...@apache.org> on 2016/08/01 22:15:20 UTC

[jira] [Created] (MJAVADOC-470) fix goal corrupts file if no newline before end-comment tag

Richard Sand created MJAVADOC-470:
-------------------------------------

             Summary: fix goal corrupts file if no newline before end-comment tag
                 Key: MJAVADOC-470
                 URL: https://issues.apache.org/jira/browse/MJAVADOC-470
             Project: Maven Javadoc Plugin
          Issue Type: Bug
          Components: javadoc
    Affects Versions: 2.10.3
            Reporter: Richard Sand


If a method comment has the end-comment tag without a preceding newline, the next method processed will become corrupted. I've attached a simple java file to this case that demonstrates the problem. In short, if Method1 has a comment like:

    /**
     * This javadoc has no newline before the end-comment token
     * 
     * @throws UnsupportedEncodingException
     *             if UTF-8 is not supported     */

then Method2's javadoc will be broken.

The actual cause seems to be within the QDox library



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