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 - NullPointerException at org.netbeans.modules.tasklist.usertasks.translators.HtmlExportFormat.copyResourceToFile
Summary: NullPointerException at org.netbeans.modules.tasklist.usertasks.translators.H...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tim Lebedkov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 15:11 UTC by alied
Modified: 2010-01-13 03:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157752


Attachments
stacktrace (2.53 KB, text/plain)
2009-09-02 15:11 UTC, alied
Details
Tasklist which creates the Issue (7.46 KB, application/x-compressed)
2009-09-02 22:30 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
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