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 155685 - NullPointerException at org.openide.actions.ViewAction.performAction
Summary: NullPointerException at org.openide.actions.ViewAction.performAction
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-17 16:36 UTC by Tomas Danek
Modified: 2010-10-31 02:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144481


Attachments
stacktrace (2.55 KB, text/plain)
2008-12-17 16:36 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2008-12-17 16:36:47 UTC
Build: NetBeans IDE Dev (Build 200812170242)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Linux, 2.6.27-9-generic, i386

User Comments:
musilt2: Invoked popup + action on some node in dist fodler, but as build process was finishing, dist folder was colapsed and focus moved to nbproject node -> NPE



Stacktrace: 
java.lang.NullPointerException
        at org.openide.actions.ViewAction.performAction(ViewAction.java:80)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 Tomas Danek 2008-12-17 16:36:52 UTC
Created attachment 75104 [details]
stacktrace
Comment 2 Tomas Danek 2008-12-17 16:39:30 UTC
not so important case i guess..P4
Comment 3 Jaroslav Tulach 2010-10-29 17:04:00 UTC
core-main#ecd771f02e61
Comment 4 Quality Engineering 2010-10-31 02:47:21 UTC
Integrated into 'main-golden', will be available in build *201010310000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ecd771f02e61
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #155685: Bunch of NPE checks