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 135392

Summary: NPE when renaming JavaScript outside of the editor
Product: javascript Reporter: Keiichi Oono <keiichio>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description Keiichi Oono 2008-05-20 08:58:54 UTC
NPE when doing JavaScript rename outside of editor.
NetBeans 6.1

to reproduce:
 - Open JavaScript
 - Select method or parameter in the Navigagor window
 - Select main manu [Refactor] > [Rename]
 - Input any characters to rename

NPE is thrown. The NPE also thrown when I select tree node in "Usage" window after "Find Usage"
I've also uploaded exception as:
http://statistics.netbeans.org/analytics/detail.do?id=56283
Comment 1 Keiichi Oono 2008-05-20 09:00:02 UTC
Created attachment 61597 [details]
IDE log
Comment 2 Torbjorn Norbye 2008-06-10 17:40:32 UTC
This was just fixed in 6.5; tracked in issue 136936 to hopefully get it backported to 6.1 as well.

*** This issue has been marked as a duplicate of 136936 ***