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 253254 - NullPointerException at sun.awt.X11.XWindow.handleXCrossingEvent
Summary: NullPointerException at sun.awt.X11.XWindow.handleXCrossingEvent
Status: RESOLVED DUPLICATE of bug 123705
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-30 09:07 UTC by ehsavoie
Modified: 2015-09-14 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218246


Attachments
stacktrace (515 bytes, text/plain)
2015-06-30 09:07 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2015-06-30 09:07:17 UTC
Build: NetBeans IDE Dev (Build 201506280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
ehsavoie: coding....




Stacktrace: 
java.lang.NullPointerException
   at sun.awt.X11.XWindow.handleXCrossingEvent(XWindow.java:931)
   at sun.awt.X11.XComponentPeer.handleXCrossingEvent(XComponentPeer.java:75)
   at sun.awt.X11.XBaseWindow.dispatchEvent(XBaseWindow.java:1132)
   at sun.awt.X11.XBaseWindow.dispatchToWindow(XBaseWindow.java:1090)
   at sun.awt.X11.XToolkit.dispatchEvent(XToolkit.java:502)
   at sun.awt.X11.XToolkit.run(XToolkit.java:611)
Comment 1 ehsavoie 2015-06-30 09:07:19 UTC
Created attachment 154436 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2015-09-14 11:32:29 UTC

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