The following comment has been added to this issue:
Author: Dennis Lundberg
Created: Sun, 1 Aug 2004 4:30 PM
Body:
Found a bug in my patch. When no tasks are found the cell should span 4 columns now
instead of 3.
#if ($classesCount == 0)
<tr>
- <td colspan="3"><em>No class, method or field todo found</em></td>
+ <td colspan="4"><em>No class, method or field todo found</em></td>
</tr>
#end
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPTASKLIST-9?page=comments#action_22589
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPTASKLIST-9
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPTASKLIST-9
Summary: [PATCH] Show todos for fields
Type: New Feature
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 4:42 PM
Updated: Sun, 1 Aug 2004 4:30 PM
Description:
It is sometimes useful to put todo-tags on fields as well. So it would be good if the
tasklist-plugin would show them as well. I will attach a patch.
---------------------------------------------------------------------
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]