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 240483

Summary: java.util.NoSuchElementException at java.util.LinkedList.getFirst
Product: editor Reporter: mrpc
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED DUPLICATE    
Severity: normal CC: manikantannaren, nguyendatvn
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206567
Attachments: stacktrace
stacktrace

Description mrpc 2014-01-15 09:19:02 UTC
Build: NetBeans IDE Dev (Build 201401150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b63, Java(TM) SE Runtime Environment, 1.8.0-ea-b121
OS: Windows 8

User Comments:
mrpc: Tried to rename a directory of a new project with existing sources by clicking on the directory on projects window.




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:4754)
   at java.awt.Container.dispatchEventImpl(Container.java:2292)
   at java.awt.Window.dispatchEventImpl(Window.java:2739)
Comment 1 mrpc 2014-01-15 09:19:05 UTC
Created attachment 143972 [details]
stacktrace
Comment 2 manikantannaren 2014-01-24 02:58:00 UTC
Created attachment 144328 [details]
stacktrace

Downloaded the latest build
Installed and Started IDE
Pressed Cmd+shift+n (Mac OSX)
Got this error.
Comment 3 Ralph Ruijs 2014-01-24 10:43:26 UTC

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