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 217033 - NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Summary: NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Status: RESOLVED DUPLICATE of bug 211454
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-17 13:31 UTC by jeffreymb
Modified: 2012-08-24 07:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191632


Attachments
stacktrace (3.23 KB, text/plain)
2012-08-17 13:31 UTC, jeffreymb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeffreymb 2012-08-17 13:31:22 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at java.awt.Component$NativeInLightFixer.removeReferences(Component.java:0)
   at java.awt.Component$NativeInLightFixer.componentRemoved(Component.java:0)
   at java.awt.Container.processContainerEvent(Container.java:0)
   at java.awt.Container.processEvent(Container.java:0)
   at java.awt.Component.dispatchEventImpl(Component.java:0)
   at java.awt.Container.dispatchEventImpl(Container.java:0)
Comment 1 jeffreymb 2012-08-17 13:31:23 UTC
Created attachment 123257 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-08-24 07:57:19 UTC

*** This bug has been marked as a duplicate of bug 211454 ***