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 220025 - NullPointerException at org.netbeans.modules.openide.explorer.ExplorerActionsImpl.updateActions
Summary: NullPointerException at org.netbeans.modules.openide.explorer.ExplorerActions...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 19:50 UTC by alied
Modified: 2012-11-02 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191789


Attachments
stacktrace (3.38 KB, text/plain)
2012-10-12 19:50 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2012-10-12 19:50:52 UTC
Build: NetBeans IDE Dev (Build 201210090002)
VM: Java HotSpot(TM) Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows XP

User Comments:
alied: While debugging




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.openide.explorer.ExplorerActionsImpl.updateActions(ExplorerActionsImpl.java:214)
   at org.netbeans.modules.openide.explorer.ExplorerActionsImpl$ActionStateUpdater.run(ExplorerActionsImpl.java:799)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 alied 2012-10-12 19:50:54 UTC
Created attachment 125885 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-10-31 18:09:33 UTC
ergonomics#9195cbc86a1e
Comment 3 Quality Engineering 2012-11-02 03:29:39 UTC
Integrated into 'main-golden', will be available in build *201211020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9195cbc86a1e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #220025: Better synchronization to prevent NPE