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 33087 - can't access tools option
Summary: can't access tools option
Status: VERIFIED DUPLICATE of bug 26689
Alias: None
Product: apisupport
Classification: Unclassified
Component: API docs (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-21 05:57 UTC by alagar
Modified: 2005-07-15 07:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
can't access the tools option (100.62 KB, text/plain)
2003-04-21 05:58 UTC, alagar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alagar 2003-04-21 05:57:08 UTC
java.lang.NullPointerException
	at 
org.netbeans.modules.apisupport.beanbrowser.NodeExploreActi
on$ActSubMenuModel.getCount(NodeExploreAction.java:116)
	at org.openide.awt.Actions$SubMenu.useAccel
(Actions.java:1087)
	at org.openide.awt.Actions.updateKey
(Actions.java:810)
	at org.openide.awt.Actions$MenuBridge.updateState
(Actions.java:578)
	at org.openide.awt.Actions$SubMenu.<init>
(Actions.java:1015)
	at 
org.netbeans.modules.apisupport.beanbrowser.NodeExploreActi
on$SpecialSubMenu.<init>(NodeExploreAction.java:94)
	at 
org.netbeans.modules.apisupport.beanbrowser.NodeExploreActi
on.getMenuPresenter(NodeExploreAction.java:57)
	at org.openide.actions.ToolsAction.generate
(ToolsAction.java:121)
	at org.openide.actions.ToolsAction.access$200
(ToolsAction.java:42)
	at org.openide.actions.ToolsAction$Inline.run
(ToolsAction.java:191)
	at org.openide.awt.JInlineMenu.doUpdate
(JInlineMenu.java:132)
	at 
org.openide.awt.JInlineMenu.prepareItemsInContainer
(JInlineMenu.java:121)
	at org.openide.awt.JMenuPlus.setPopupMenuVisible
(JMenuPlus.java:54)
	at javax.swing.JPopupMenu.menuSelectionChanged
(JPopupMenu.java:1084)
	at javax.swing.MenuSelectionManager.setSelectedPath
(MenuSelectionManager.java:84)
	at 
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseE
ntered(BasicMenuUI.java:354)
	at java.awt.AWTEventMulticaster.mouseEntered
(AWTEventMulticaster.java:240)
	at java.awt.Component.processMouseEvent
(Component.java:3724)
	at java.awt.Component.processEvent
(Component.java:3544)
	at java.awt.Container.processEvent
(Container.java:1164)
	at java.awt.Component.dispatchEventImpl
(Component.java:2593)
	at java.awt.Container.dispatchEventImpl
(Container.java:1213)
	at java.awt.Component.dispatchEvent
(Component.java:2497)
	at 
java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
	at 
java.awt.LightweightDispatcher.trackMouseEnterExit
(Container.java:2318)
	at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:2189)
	at java.awt.LightweightDispatcher.dispatchEvent
(Container.java:2125)
	at java.awt.Container.dispatchEventImpl
(Container.java:1200)
	at java.awt.Window.dispatchEventImpl
(Window.java:914)
	at java.awt.Component.dispatchEvent
(Component.java:2497)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:339)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:131)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:98)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:85)
Comment 1 alagar 2003-04-21 05:58:55 UTC
Created attachment 10048 [details]
can't access the tools option
Comment 2 Jesse Glick 2003-04-21 14:49:12 UTC
See issue #26689 for details. You are running an old version of the
apisupport module designed for NB 3.3.x which triggers a menu
rendering bug in NetBeans (present in 3.4.x but fixed for 3.5). The
version of apisupport designed for NB 3.4.x will not produce this
exception. You can upgrade using the Update Center, or if you are not
using this module (or do not even know what it is), just turn it off.

*** This issue has been marked as a duplicate of 26689 ***
Comment 3 Marian Mirilovic 2005-07-15 07:42:53 UTC
closed