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 246393 - NullPointerException at org.openide.actions.ToolsAction$Popup$MyMenu.popupMenuWillBecomeInvisible
Summary: NullPointerException at org.openide.actions.ToolsAction$Popup$MyMenu.popupMen...
Status: RESOLVED DUPLICATE of bug 245569
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-11 18:35 UTC by rkamradt
Modified: 2015-03-04 10:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211189


Attachments
stacktrace (2.58 KB, text/plain)
2014-08-11 18:35 UTC, rkamradt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rkamradt 2014-08-11 18:35:05 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b128
OS: Windows 7

User Comments:
rkamradt: Editing test files




Stacktrace: 
java.lang.NullPointerException
   at org.openide.actions.ToolsAction$Popup$MyMenu.popupMenuWillBecomeInvisible(ToolsAction.java:421)
   at javax.swing.JPopupMenu.firePopupMenuWillBecomeInvisible(JPopupMenu.java:698)
   at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:795)
   at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:347)
   at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1480)
   at javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:112)
Comment 1 rkamradt 2014-08-11 18:35:07 UTC
Created attachment 148644 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-04 10:16:53 UTC

*** This bug has been marked as a duplicate of bug 245569 ***