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/01 14:33:00 UTC

[jira] [Closed] (MJAVADOC-496) javadoc:fix creates invalid @param tags for "this"

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

Robert Scholte closed MJAVADOC-496.
-----------------------------------
    Resolution: Incomplete
      Assignee: Robert Scholte

> javadoc:fix creates invalid @param tags for "this"
> --------------------------------------------------
>
>                 Key: MJAVADOC-496
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-496
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.9.1
>         Environment: Ubuntu 14.04.3 LTS
>            Reporter: Chris Hennick
>            Assignee: Robert Scholte
>            Priority: Major
>
> I'm using the Checker Framework on Java 8, so I sometimes need to write method declarations in a form like
> {code:java}
>   protected void initTransientFields(
>       @UnknownInitialization AesCounterRandom this) {/*...*/}
> {code}
> When I run mvn javadoc:fix on a code base where I'm doing that, the javadocs of such methods gain tags beginning with {code:java}@param this{code}, which raise an error when mvn javadoc:javadoc tries to process them.



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