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

Summary: NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Product: ide Reporter: marco_bresciani <marco_bresciani>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196494
Attachments: stacktrace

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 ***