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 240573 - NullPointerException at java.awt.DefaultKeyboardFocusManager.dispatchEvent
Summary: NullPointerException at java.awt.DefaultKeyboardFocusManager.dispatchEvent
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 00:43 UTC by lopsided98
Modified: 2014-02-05 08:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206641


Attachments
stacktrace (2.65 KB, text/plain)
2014-01-17 00:43 UTC, lopsided98
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lopsided98 2014-01-17 00:43:04 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
lopsided98: I was just typing.




Stacktrace: 
java.lang.NullPointerException
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:733)
   at java.awt.Component.dispatchEventImpl(Component.java:4731)
   at java.awt.Container.dispatchEventImpl(Container.java:2287)
   at java.awt.Window.dispatchEventImpl(Window.java:2719)
   at java.awt.Component.dispatchEvent(Component.java:4687)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
Comment 1 lopsided98 2014-01-17 00:43:05 UTC
Created attachment 144059 [details]
stacktrace