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 171329

Summary: NullPointerException at org.netbeans.modules.tasklist.usertasks.translators.HtmlExportFormat.copyResourceToFile
Product: contrib Reporter: alied <alied>
Component: TasklistAssignee: Tim Lebedkov <lebedkov>
Status: NEW ---    
Severity: blocker CC: alied
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=157752
Issue Type: DEFECT Exception Reporter: 157752
Attachments: stacktrace
Tasklist which creates the Issue

Description alied 2009-09-02 15:11:06 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3856-on-090902)
VM: Java HotSpot(TM) Client VM, 16.0-b03, Java(TM) SE Runtime Environment, 1.7.0-ea-b59
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.tasklist.usertasks.translators.HtmlExportFormat.copyResourceToFile(HtmlExportFormat.java:100)
        at org.netbeans.modules.tasklist.usertasks.translators.HtmlExportFormat.doExportImport(HtmlExportFormat.java:217)
        at org.netbeans.modules.tasklist.export.ExportAction$3.actionPerformed(ExportAction.java:198)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2015)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2338)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 alied 2009-09-02 15:11:12 UTC
Created attachment 86971 [details]
stacktrace
Comment 2 alied 2009-09-02 22:30:44 UTC
Created attachment 87010 [details]
Tasklist which creates the Issue
Comment 3 giorgio42 2010-01-13 03:49:19 UTC
It seems HTML export does not work at all.

Made it a P2, as this severely limits the usefulness of the user task plugin (no way to show the project tree to somebody else in a meeting etc.)

Cheers,
Georg