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 7349 - NullPointer exception (in pop-up menu ?)
Summary: NullPointer exception (in pop-up menu ?)
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P2 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-11 11:54 UTC by Martin Ryzl
Modified: 2008-12-23 11:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ryzl 2000-08-11 11:54:10 UTC
A strange exception appeared. I was able to reproduce it but only once.
I have opened pop-up menu in the java editor, ESC, Ctrl-F, ESC and then the
exception was thrown. Next attempts to reproduce it were unsuccessfull.

Fri Aug 11 12:47:33 GMT+02:00 2000java.lang.NullPointerException: null
java.lang.NullPointerException
        at
org.netbeans.core.windows.RegistryImpl.cancelMenu(RegistryImpl.java:281)
        at
org.netbeans.core.windows.RegistryImpl.topComponentActivated(RegistryImpl.java:1
91)
        at
org.netbeans.core.windows.WindowManagerImpl.activateComponent(WindowManagerImpl.
java:538)
        at
org.netbeans.core.windows.MultiTabContainer.doActivateComponent(MultiTabContaine
r.java:668)
        at
org.netbeans.core.windows.MultiTabContainer.windowActivated(MultiTabContainer.ja
va:779)
        at
java.awt.AWTEventMulticaster.windowActivated(AWTEventMulticaster.java:330)
        at
java.awt.AWTEventMulticaster.windowActivated(AWTEventMulticaster.java:330)
        at java.awt.Window.processWindowEvent(Window.java:810)
        at javax.swing.JFrame.processWindowEvent(JFrame.java:241)
        at java.awt.Window.processEvent(Window.java:774)
        at java.awt.Component.dispatchEventImpl(Component.java:2595)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        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 David Simonek 2000-08-24 16:36:59 UTC
now fixed in main trunk.
Comment 2 David Simonek 2000-08-25 10:33:59 UTC
fixed in boston too
Comment 3 Marian Mirilovic 2002-04-12 15:18:13 UTC
verified
Comment 4 Quality Engineering 2003-07-01 16:20:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.