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 - NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Summary: NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Status: RESOLVED DUPLICATE of bug 211454
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-30 13:39 UTC by killermosi
Modified: 2012-06-06 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188640


Attachments
stacktrace (2.59 KB, text/plain)
2012-05-30 13:39 UTC, killermosi
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***