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

Michael Osipov closed MJAVADOC-422.
-----------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period 
of time. If you think this issue still applies, retest your problem with the 
most recent version of Maven and the affected component, reopen and post your 
results.

> javadoc:fix  bug with generic type on method
> --------------------------------------------
>
>                 Key: MJAVADOC-422
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-422
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.10.1
>         Environment: MacOS
>            Reporter: Michenaud Laurent
>            Priority: Major
>         Attachments: fixjavadocbugs.zip
>
>
> See the following example:
> /**
>  * <p>ThirdBug class.</p>
>  */
> public class ThirdBug {
>       /**
>        * <p>compute.</p>
>        *
>        * @param p_oEntityClass a {@link java.lang.Class} object.
>        * @return a {@link java.util.List} object.
>        */
>       public <T extends Customer> List<T> compute( Class<T> p_oEntityClass ) {
>               return null;
>       }
>       
>       
>       public static class Customer {
>               
>       }
> }
> If i start javadoc:fix, the param <T> is added.
> If i start it again, the param T is removed.



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

Reply via email to