JDK-8023148 : [macosx] java.util.NoSuchElementException at java.util.LinkedList.getFirst
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2013-07-31
  • Updated: 2014-07-29
  • Resolved: 2013-12-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b06Fixed
Related Reports
Duplicate :  
Description
The exception was thrown when starting NetBeans, please see the link below for full IDE log and stack trace.

https://netbeans.org/bugzilla/show_bug.cgi?id=233540
Comments
Issue doesn't break any functionality so lowering the priority.
20-08-2013

From the NetBeans bug: Build: NetBeans IDE Dev (Build 201307262300) VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b41, Java(TM) SE Runtime Environment, 1.8.0-ea-b99 OS: Mac OS X User Comments: sreimers: Starting NetBeans (MacOS, jdk8 b99) Stacktrace: java.util.NoSuchElementException at java.util.LinkedList.getFirst(LinkedList.java:244) at java.awt.DefaultKeyboardFocusManager.repostIfFollowsKeyEvents(DefaultKeyboardFocusManager.java:290) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:325) at java.awt.Component.dispatchEventImpl(Component.java:4749) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Window.dispatchEventImpl(Window.java:2724) I think this should be looked at by the AWT team to first establish whether this is a bug there.
16-08-2013