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

Summary: [60cat] User Tasks NPE when exporting to HTML
Product: contrib Reporter: gholmer <gholmer>
Component: TasklistAssignee: Tim Lebedkov <lebedkov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Interactive Gestures Collector output
Patch for the problem

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