You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chris Hennick (JIRA)" <ji...@apache.org> on 2017/09/08 07:45:00 UTC

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

Chris Hennick created MJAVADOC-496:
--------------------------------------

             Summary: 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


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
(v6.4.14#64029)