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 220390 - org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
Summary: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.Nul...
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 20:56 UTC by _ tboudreau
Modified: 2013-04-18 06:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193733


Attachments
stacktrace (3.16 KB, text/plain)
2012-10-18 20:56 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2012-10-18 20:56:52 UTC
Build: NetBeans IDE Dev (Build netbeans-100-on-20121018)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_07-b30
OS: Linux

User Comments:
tboudreau: Changed git branches in console with IDE open.




Stacktrace: 
org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.nodejs.NodeProjectSourceNodeFactory$LibraryFilterNode.<init>(NodeProjectSourceNodeFactory.java:521)
   at org.netbeans.modules.nodejs.NodeProjectSourceNodeFactory$LibraryFilterNode.<init>(NodeProjectSourceNodeFactory.java:504)
   at org.netbeans.modules.nodejs.NodeProjectSourceNodeFactory.node(NodeProjectSourceNodeFactory.java:337)
   at org.netbeans.modules.nodejs.NodeProjectSourceNodeFactory.node(NodeProjectSourceNodeFactory.java:105)
   at org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren.createNodes(NodeFactorySupport.java:167)
Comment 1 _ tboudreau 2012-10-18 20:56:56 UTC
Created attachment 126165 [details]
stacktrace
Comment 2 _ tboudreau 2012-10-18 21:22:17 UTC
Issue in node.js module;  but a proper fix would be to integrate my patch which disables file change notifications when the IDE is inactive.
Comment 3 Jiri Kovalsky 2012-11-05 10:35:03 UTC
Reassigning to Node.js component.
Comment 4 _ tboudreau 2013-04-18 06:02:57 UTC
Fixed in current version, now living on GitHub: https://github.com/timboudreau/nb-nodejs