[ 
https://issues.apache.org/jira/browse/MJAVADOC-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Sand updated MJAVADOC-470:
----------------------------------
    Attachment: QDoxBug.java

Run the javadoc:fix goal on the attached java file

> 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
>         Attachments: QDoxBug.java
>
>
> 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)

Reply via email to