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 211456 - 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-04-19 13:48 UTC by vercinstex
Modified: 2012-04-19 14:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182731


Attachments
stacktrace (4.17 KB, text/plain)
2012-04-19 13:48 UTC, vercinstex
Details
stacktrace (4.17 KB, text/plain)
2012-04-19 13:59 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 13:48:01 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

User Comments:
GUEST: I pressed Ctrl+Space.

GUEST: Normal editing. In general only a restart of Netbeans will help.




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 13:48:05 UTC
Created attachment 118514 [details]
stacktrace
Comment 2 vercinstex 2012-04-19 13:59:25 UTC
Created attachment 118519 [details]
stacktrace
Comment 3 Dusan Balek 2012-04-19 14:00:42 UTC

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