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

Alix Lourme updated MTAGLIST-56:
--------------------------------

    Attachment: patch-trunk-20110302.txt

Patch from [trunk|http://svn.codehaus.org/mojo/trunk/mojo/taglist-maven-plugin] 
in date of : 2 march 2011, 7h15 PM.

+Content+ : 
* Source code
* Unit Test
* Site documentation (light)

> Report Java Annotations tag (mainly @SuppressWarning)
> -----------------------------------------------------
>
>                 Key: MTAGLIST-56
>                 URL: http://jira.codehaus.org/browse/MTAGLIST-56
>             Project: Maven 2.x Taglist Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.4
>         Environment: All
>            Reporter: Alix Lourme
>         Attachments: patch-trunk-20110302.txt
>
>
> The annotation @SuppressWarnings is not a _comment_, but it's an interesting 
> tag to report.
> With extrapolation, if I implement a @TODO annotation, it could be considered 
> as a tag.
> => *Annotations is interesting to report ?*
> For exemple, the annotation's attribute could be displayed as _comment_ 
> (others tags principle).
> Code exemple : 
> {code}
> /**
>  * MyMethod 
>  */
> @SuppressWarnings({"unchecked", "deprecated"})
> public void toto(){
>     // ...
> }
> {code}
> ||Tag Class||Occurrences||Tag strings used by tag class||
> |Annotation|1|SuppressWarnings|
> And in detail : 
> Occurrences found in code : x
> ||org.package.class||line||
> |unchecked|42|
> |deprecated|42|
> I began to check the code, but I prefer discuss of (philosofical) orientation 
> before submit a (big) patch.
> Poeple agree ? remarks ?
> Thanks.

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to