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 226241 - NullPointerException at java.awt.Container.list
Summary: NullPointerException at java.awt.Container.list
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-17 21:53 UTC by lopsided98
Modified: 2013-07-30 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198687


Attachments
stacktrace (2.75 KB, text/plain)
2013-02-17 21:53 UTC, lopsided98
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lopsided98 2013-02-17 21:53:25 UTC
Build: NetBeans IDE 7.3 RC1 (Build 201301240957)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

User Comments:
lopsided98: Scrolling autocomplete list




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Container.list(Container.java:3004)
   at java.awt.Component.remove(Component.java:8049)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:679)
   at java.awt.Component.dispatchEventImpl(Component.java:4731)
   at java.awt.Container.dispatchEventImpl(Container.java:2287)
   at java.awt.Window.dispatchEventImpl(Window.java:2719)
Comment 1 lopsided98 2013-02-17 21:53:26 UTC
Created attachment 131505 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-02-19 19:20:41 UTC
JDK bug, I guess ...
Comment 3 Stanislav Aubrecht 2013-07-30 14:31:59 UTC
Please provide steps to reproduce and reopen, thanks.