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 211467 - NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Summary: NullPointerException at java.awt.Component$NativeInLightFixer.removeReferences
Status: RESOLVED DUPLICATE of bug 211454
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 14:15 UTC by vercinstex
Modified: 2012-04-24 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187187


Attachments
stacktrace (3.15 KB, text/plain)
2012-04-19 14:15 UTC, vercinstex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vercinstex 2012-04-19 14:15:00 UTC
Build: NetBeans IDE Dev (Build 2012-04-19_03-04-37 )
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 vercinstex 2012-04-19 14:15:06 UTC
Created attachment 118522 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2012-04-24 15:19:07 UTC

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