This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 119666 - [60cat] User Tasks NPE when exporting to HTML
Summary: [60cat] User Tasks NPE when exporting to HTML
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Tim Lebedkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-22 16:20 UTC by gholmer
Modified: 2008-02-28 13:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Interactive Gestures Collector output (295.40 KB, text/plain)
2007-10-22 16:22 UTC, gholmer
Details
Patch for the problem (2.13 KB, patch)
2008-02-28 13:20 UTC, _ moser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2007-10-22 16:20:46 UTC
[ BUILD # : 200710190000 ]
[ JDK VERSION : 1.5.* ]

Steps to reproduce:
1) Right-click task list, select export / HTML.
2) Choose file location, click Next.
3) Choose "Planning a Project" in layout dropdown.
4) Click Finish. NPE dialog appears.

This is in the User Tasks module, included with the standard
distribution (in category "Task List").
Comment 1 gholmer 2007-10-22 16:22:27 UTC
Created attachment 51418 [details]
Interactive Gestures Collector output
Comment 2 Peter Pis 2007-10-23 09:01:08 UTC
Reassigning to "tasklist" for evaluation...
Comment 3 _ moser 2008-02-28 13:18:02 UTC
Find attached a patch for the problem. In short:
- "/org/netbeans/modules/tasklist/core/task.gif", // NOI18N
+ "/org/netbeans/modules/tasklist/usertasks/task.gif", // NOI18N
Comment 4 _ moser 2008-02-28 13:20:23 UTC
Created attachment 57445 [details]
Patch for the problem