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


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