[ http://jira.codehaus.org/browse/MPTASKLIST-12?page=comments#action_39264 
]
     
Jamie Bisotti commented on MPTASKLIST-12:
-----------------------------------------

The use of QDox alone severely limits the usefulness of this plug-in.  I have 
never worked on a project that used a JavaDoc @todo tag; it is always TODO, 
FIXME, XXX, HACK, etc. spread throughout the code.  Legacy code isn't going to 
be modified just to make this plug-in happy/useful, so it seems like the 
plug-in needs to be modified to make itself more useful to developers.  My 
$0.02.

> Allow Matching Default Eclipse TODOs
> ------------------------------------
>
>          Key: MPTASKLIST-12
>          URL: http://jira.codehaus.org/browse/MPTASKLIST-12
>      Project: maven-tasklist-plugin
>         Type: Improvement
>  Environment: N/A
>     Reporter: Joe Shomphe

>
>
> Currently, the tasklist plugin matched todos and arbitrary javadoc tags via 
> the maven.tasklist.taskTag property.  In Eclipse, the default TODO tag is NOT 
> tied to javadoc headers.  If the tasklist plugin could search any comments in 
> a file (header, body, etc) for matching TODOS, this would allow for 
> Autogenerated eclipse tags to show up in the xdoc reports.
> Example:
> public class Foo
> {
>  //TODO: add a main method
>  /*FIXME:  this is an arbitrary HIGHER level task than TODO*/       
> }
> 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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to