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 223753 - 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-12-13 09:29 UTC by marco_bresciani
Modified: 2012-12-13 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196494


Attachments
stacktrace (3.51 KB, text/plain)
2012-12-13 09:29 UTC, marco_bresciani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco_bresciani 2012-12-13 09:29:45 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at java.awt.Component$NativeInLightFixer.removeReferences(Component.java:8863)
   at java.awt.Component$NativeInLightFixer.componentRemoved(Component.java:8839)
   at java.awt.Container.processContainerEvent(Container.java:2068)
   at java.awt.Container.processEvent(Container.java:2036)
   at java.awt.Component.dispatchEventImpl(Component.java:4653)
   at java.awt.Container.dispatchEventImpl(Container.java:2097)
Comment 1 marco_bresciani 2012-12-13 09:29:48 UTC
Created attachment 129302 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-12-13 13:44:58 UTC

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