Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
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?
Issue Links
- duplicates
-
MPTASKLIST-11
Non-US-ASCII characters in identifiers hinders todos from being included
-