Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPTASKLIST-10 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPTASKLIST-10 Summary: Method todos are never found even if they exist in the code Type: Bug Status: Open Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-tasklist-plugin Assignee: Jason van Zyl Reporter: Dennis Lundberg Created: Fri, 23 Jul 2004 5:00 PM Updated: Fri, 23 Jul 2004 5:00 PM Description: 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? --------------------------------------------------------------------- JIRA INFORMATION: 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
