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 250755 - NullPointerException at sun.awt.SunToolkit.getWindowDeactivationTime
Summary: NullPointerException at sun.awt.SunToolkit.getWindowDeactivationTime
Status: RESOLVED DUPLICATE of bug 222890
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 09:13 UTC by fedind
Modified: 2015-03-23 13:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215727


Attachments
stacktrace (6.31 KB, text/plain)
2015-02-27 09:13 UTC, fedind
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fedind 2015-02-27 09:13:16 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Windows 8

User Comments:
fedind: Execute replace in .java file with wrong regexp expression




Stacktrace: 
java.lang.NullPointerException
   at sun.awt.SunToolkit.getWindowDeactivationTime(SunToolkit.java:1875)
   at com.sun.java.swing.plaf.windows.WindowsRootPaneUI$AltProcessor.altReleased(WindowsRootPaneUI.java:139)
   at com.sun.java.swing.plaf.windows.WindowsRootPaneUI$AltProcessor.postProcessKeyEvent(WindowsRootPaneUI.java:178)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:772)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1027)
   at java.awt.DefaultKeyboardFocusManager.pumpApprovedKeyEvents(DefaultKeyboardFocusManager.java:847)
Comment 1 fedind 2015-02-27 09:13:18 UTC
Created attachment 152269 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2015-03-23 13:22:15 UTC

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