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 - NPE when renaming JavaScript outside of the editor
Summary: NPE when renaming JavaScript outside of the editor
Status: RESOLVED DUPLICATE of bug 136936
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-20 08:58 UTC by Keiichi Oono
Modified: 2009-02-27 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (47.55 KB, text/plain)
2008-05-20 09:00 UTC, Keiichi Oono
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***