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

Summary: NullPointerException at org.openide.actions.ToolsAction$Popup$MyMenu.popupMenuWillBecomeInvisible
Product: platform Reporter: rkamradt <rkamradt>
Component: ActionsAssignee: Jan Peska <JPESKA>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211189
Attachments: stacktrace

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 ***