Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #269009 +++ Build ID: WTP 3.1 m6 Steps To Reproduce: Type the following into the JS editor: var b = new Array(); b[0] = 1; b[1] = 2; b[2] = 3; b[3] = 4; 1. Highlight the 'b' in the fight line. 2. Right-click 3. Refactor -> Rename 4. Type a new name - notice that all the b's in the array and its element definitions update as you type. 5. Press the Enter key. An error dialog pops up and the name changes revert back to the original. "The refactoring 'Rename Local Variable' (org.eclipse.wst.jsdt.ui.rename.local.variable) cannot be performed, since its input does not exist." More information:
Created attachment 179684 [details] patch
Checked into patches build by Nitin.
Created attachment 181117 [details] patch part 2 Need to apply part 2 of patch.
Need to apply part 2 of patch. The first part is already included.
Committed patch part 2 to R3_2_2_patches