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 213241

Summary: NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Product: editor Reporter: killermosi
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188640
Attachments: stacktrace

Description killermosi 2012-05-30 13:39:18 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7

User Comments:
killermosi: Modified a file




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Component$NativeInLightFixer.removeReferences(Component.java:8854)
   at java.awt.Component$NativeInLightFixer.componentRemoved(Component.java:8830)
   at java.awt.Container.processContainerEvent(Container.java:2070)
   at java.awt.Container.processEvent(Container.java:2038)
   at java.awt.Component.dispatchEventImpl(Component.java:4651)
   at java.awt.Container.dispatchEventImpl(Container.java:2099)
Comment 1 killermosi 2012-05-30 13:39:24 UTC
Created attachment 120071 [details]
stacktrace
Comment 2 Dusan Balek 2012-06-06 08:38:06 UTC

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