You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2018/12/15 16:25:00 UTC

[jira] [Updated] (MJAVADOC-420) javadoc:fix duplicates lines

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

Robert Scholte updated MJAVADOC-420:
------------------------------------
    Component/s: fix

> javadoc:fix duplicates lines
> ----------------------------
>
>                 Key: MJAVADOC-420
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-420
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>          Components: fix
>    Affects Versions: 2.10.1
>         Environment: MacOS
>            Reporter: Michenaud Laurent
>            Priority: Major
>         Attachments: fixjavadocbugs.zip
>
>
> On the following example, if you starts several times the javadoc:fix goal, the line "@param paramSecond" is duplicated several times.
> {code}
> package com.example;
> /**
>  * <p>FirstBug class.</p>
>  */
> public class FirstBug {
> 	/**
> 	 * <p>mymethod.</p>
> 	 *
> 	 * @param param a {@link java.lang.String} object.
> 	 * @param paramSecond a {@link java.lang.String} object.
> 	 */
> 	public void mymethod( String param, String paramSecond ) {
> 		
> 	}
> }
> {code}
> After investigation, i have found that when a parameter name is included in another parameter name, the bug occurs.
> Best regards
> Laurent



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)