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 233998 - java.util.NoSuchElementException at java.util.LinkedList.getFirst
Summary: java.util.NoSuchElementException at java.util.LinkedList.getFirst
Status: RESOLVED DUPLICATE of bug 233540
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 08:32 UTC by Jiri Prox
Modified: 2013-08-19 08:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202465


Attachments
stacktrace (5.92 KB, text/plain)
2013-08-06 08:32 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-08-06 08:32:26 UTC
Build: NetBeans IDE Dev (Build 201308042300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b40, Java(TM) SE Runtime Environment, 1.8.0-ea-b98
OS: Windows 7

User Comments:
jiriprox: NoSuchElementException occurred when deleting package contaning files with syntax errors

GUEST: Doing a Find Usages in a long editing session with Java DB source code.

GUEST: Exception occureed when deleting package




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)
Comment 1 Jiri Prox 2013-08-06 08:32:28 UTC
Created attachment 138337 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-08-19 08:09:42 UTC

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