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 26995 - i am getting NullPointerExceptions
Summary: i am getting NullPointerExceptions
Status: VERIFIED DUPLICATE of bug 26689
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 02:26 UTC by Jason Yashinsky
Modified: 2005-07-15 07:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log file (38.61 KB, text/plain)
2002-09-04 02:27 UTC, Jason Yashinsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Yashinsky 2002-09-04 02:26:26 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:1021)
        at org.openide.awt.Actions.updateKey
(Actions.java:744)
        at org.openide.awt.Actions$MenuBridge.updateState
(Actions.java:512)
        at org.openide.awt.Actions$SubMenu.<init>
(Actions.java:949)
        at 
org.netbeans.modules.apisupport.beanbrowser.NodeExploreActi
on$SpecialSubMenu.<init>(NodeExploreAction.java:94)
        at 
org.netbeans.modules.apisupport.beanbrowser.NodeExploreActi
on.getPopupPresenter(NodeExploreAction.java:64)
        at org.openide.actions.ToolsAction.generate
(ToolsAction.java:132)
        at org.openide.actions.ToolsAction.access$200
(ToolsAction.java:42)
        at 
org.openide.actions.ToolsAction$Popup$MyMenu.fillSubmenu
(ToolsAction.java:227)
        at 
org.openide.actions.ToolsAction$Popup$MyMenu.getPopupMenu
(ToolsAction.java:217)
        at 
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseE
ntered(BasicMenuUI.java:337)
        at java.awt.Component.processMouseEvent
(Component.java:3726)
        at java.awt.Component.processEvent
(Component.java:3546)
        at java.awt.Container.processEvent
(Container.java:1164)
        at java.awt.Component.dispatchEventImpl
(Component.java:2595)
        at java.awt.Container.dispatchEventImpl
(Container.java:1213)
        at java.awt.Component.dispatchEvent
(Component.java:2499)
        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:912)
        at java.awt.Component.dispatchEvent
(Component.java:2499)
[catch] at java.awt.EventQueue.dispatchEvent
(EventQueue.java:319)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run
(EventDispatchThread.java:84)
Comment 1 Jason Yashinsky 2002-09-04 02:27:28 UTC
Created attachment 7296 [details]
ide.log file
Comment 2 Jesse Glick 2002-09-04 19:30:34 UTC
You are using an old, and apparently buggy, version of the
experimental module apisupport. Either turn it off, or upgrade to the
current version (2.13.1, designed for NB 3.4) available from
apisupport.netbeans.org or the beta update server.

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