You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2006/05/31 03:52:52 UTC

[jira] Updated: (MPTASKLIST-10) Method todos are never found even if they exist in the code

     [ http://jira.codehaus.org/browse/MPTASKLIST-10?page=all ]

Jason van Zyl updated MPTASKLIST-10:
------------------------------------

    Assign To:     (was: Jason van Zyl)

> Method todos are never found even if they exist in the code
> -----------------------------------------------------------
>
>          Key: MPTASKLIST-10
>          URL: http://jira.codehaus.org/browse/MPTASKLIST-10
>      Project: maven-tasklist-plugin
>         Type: Bug

>     Reporter: Dennis Lundberg
>  Attachments: PersonBean.java
>
>
> First I should say that this issue might belong somewhere else, but I'm not sure where.
> When using this report I noticed that it contained fewer todos than what I see in my IDE (IntelliJ IDEA). I inserted some debugging output and found out that the call to "$class.methods" in the code snippet below always returns an empty list of MethodInfo objects.
> #foreach ($class in $docInfo.classes)
>   ...
>   #foreach ($m in $class.methods)
>   ...
>   #end
> #end
> Now tasklist seems to rely on the vdoclet-plugin, which in turn relies on a sourceforge project. There was a newer version (20030717) of vdoclet available at sourceforge, so I built a new version of the vdoclet-plugin using that. But unfortunately the results are still the same.
> I could not find any other plugin that uses vdoclet so I'm lost here. Does anybody else have an idea what might be wrong?

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