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 7303 - A problem with focus: NullPointerException is being thrown.
Summary: A problem with focus: NullPointerException is being thrown.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-08 14:19 UTC by Daniel Prusa
Modified: 2008-12-23 10:41 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 Daniel Prusa 2000-08-08 14:19:44 UTC
I am not probably able to reproduce it, but sometimes it is being thrown
very often when I am working with IDE (editing, compiling, debugging).

java.lang.NullPointerException
        at org.netbeans.core.windows.ModeImpl.requestFocus(ModeImpl.java:380)
        at org.netbeans.core.windows.WindowManagerImpl$3.run(WindowManagerImpl.j
ava:955)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
3)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Jesse Glick 2000-08-08 14:45:59 UTC
This has happened to me several times too, sorry I don't know exactly when.
Comment 2 David Simonek 2000-08-31 17:24:59 UTC
now fixed in main trunk
Comment 3 David Simonek 2000-09-19 14:57:59 UTC
*** Bug 7622 has been marked as a duplicate of this bug. ***
Comment 4 David Simonek 2000-09-29 14:54:59 UTC
fixed in boston too
Comment 5 Marian Mirilovic 2002-05-27 13:18:14 UTC
closed