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 9821 - NullPointerException when typing/saving in text-editor window
Summary: NullPointerException when typing/saving in text-editor window
Status: CLOSED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-24 01:31 UTC by _ gtzabari
Modified: 2007-11-05 13:44 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 _ gtzabari 2001-02-24 01:31:08 UTC
Fri Feb 23 20:30:02 EST 2001java.lang.NullPointerException: null
java.lang.NullPointerException
        at 
javax.swing.SwingUtilities.windowForComponent(SwingUtilities.java:308)
        at 
org.netbeans.core.windows.frames.NbFocusManager.processKeyEvent(NbFocusMa
nager.java:66)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2112)
        at java.awt.Component.processEvent(Component.java:3609)
        at java.awt.Container.processEvent(Container.java:1173)
        at java.awt.Component.dispatchEventImpl(Component.java:2649)
        at java.awt.Container.dispatchEventImpl(Container.java:1222)
        at java.awt.Component.dispatchEvent(Component.java:2553)
        at 
org.netbeans.core.windows.frames.NbFocusManager.processEvent(NbFocusManag
er.java:196)
[catch] at 
org.netbeans.core.windows.frames.NbFocusManager$1.run(NbFocusManager.java
:157)
        at 
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:160)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:399)
        at 
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:109)
        at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:99)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Comment 1 _ gtzabari 2001-02-24 02:03:34 UTC
Seems to be a bug in the JDK implementation in the new JDK release.
Reverting back to older libraries "fixes" the problem.
Comment 2 Quality Engineering 2003-06-30 18:00:42 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-06-30 18:09:48 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.