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 163243 - [67cat] Refactor rename doesnt work properly on second attempt
Summary: [67cat] Refactor rename doesnt work properly on second attempt
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 13:23 UTC by rajivderas
Modified: 2011-12-13 07:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2009-04-21 13:23:05 UTC
1) create a javascript file and add this sample code
var _name = 'rajiv';

function showName()
{
    return _name;
}

2) now double click on the _name variable (it will get higlighted)and press CTRL +R twice and type the new variable 
name and the whole script gets jammed 


using 
Product Version: NetBeans IDE Dev (Build 200904201507)
Java: 1.6.0_14-ea; OpenJDK Client VM 14.0-b10
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Userdir: C:\Users\user\.netbeans\dev
Comment 1 rajivderas 2009-04-21 14:12:06 UTC
*** Issue 163247 has been marked as a duplicate of this issue. ***
Comment 2 Marek Fukala 2009-04-21 14:56:35 UTC
fixed in web-main#92aaba809a3f

generic CSL problem.