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 190251 - NullPointerException at org.netbeans.modules.applemenu.CtrlClickHack.eventDispatched
Summary: NullPointerException at org.netbeans.modules.applemenu.CtrlClickHack.eventDis...
Status: RESOLVED DUPLICATE of bug 182448
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 21:47 UTC by jonguymer
Modified: 2010-09-10 14:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172429


Attachments
stacktrace (2.46 KB, text/plain)
2010-09-08 21:47 UTC, jonguymer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonguymer 2010-09-08 21:47:29 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.applemenu.CtrlClickHack.eventDispatched(CtrlClickHack.java:85)
   at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2353)
   at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2245)
   at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
   at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
   at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2244)
Comment 1 jonguymer 2010-09-08 21:47:32 UTC
Created attachment 101952 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2010-09-10 14:38:44 UTC

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