You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2011/05/01 21:43:22 UTC

[jira] Updated: (MJAVADOC-294) javadoc:fix add first sentence ends proper punctuation

     [ http://jira.codehaus.org/browse/MJAVADOC-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MJAVADOC-294:
-----------------------------------

    Description: 
javadoc:fix fixes automatically missing first sentences like
{code:java}/**
 *<p>myMethode</p>
 *{code}

But there is a missing sentence-end punctuation (*.?!*).
This is for the maven-checkstyle-plugin, rule: JavadocStyle
Otherwise checkstyle reports a javadoc error by default.

Better:
{code:java}/**
 *<p>myMethode.</p>
 *{code}


  was:
javadoc:fix fixes automatically missing first sentences like
/**
 *<p>myMethode</p>
 *

But there is a missing sentence-end punctuation (*.?!*).
This is for the maven-checkstyle-plugin, rule: JavadocStyle
Otherwise checkstyle reports a javadoc error by default.

Better:
/**
 *<p>myMethode.</p>
 *



> javadoc:fix add first sentence ends proper punctuation
> ------------------------------------------------------
>
>                 Key: MJAVADOC-294
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-294
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.7
>         Environment: win xp, maven 2.2.1
>            Reporter: Bruno Marti
>
> javadoc:fix fixes automatically missing first sentences like
> {code:java}/**
>  *<p>myMethode</p>
>  *{code}
> But there is a missing sentence-end punctuation (*.?!*).
> This is for the maven-checkstyle-plugin, rule: JavadocStyle
> Otherwise checkstyle reports a javadoc error by default.
> Better:
> {code:java}/**
>  *<p>myMethode.</p>
>  *{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira