You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2005/03/29 23:11:45 UTC

[jira] Commented: (MPTASKLIST-12) Allow Matching Default Eclipse TODOs

     [ http://jira.codehaus.org/browse/MPTASKLIST-12?page=comments#action_31404 ]
     
Dennis Lundberg commented on MPTASKLIST-12:
-------------------------------------------

The tasklist plugin is based on QDox (http://qdox.codehaus.org/). The way QDox works makes it impossible for it to see the TODOs that you mention. This is because the QDox parser ignores things such as actual method implementations to avoid overhead.

> 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org