Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 481618

Summary: Rename misses writers of a parameter
Product: [ECD] Orion Reporter: Silenio Quarti <Silenio_Quarti>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: 11.0   
Target Milestone: 11.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Silenio Quarti CLA 2015-11-06 13:02:56 EST
Open editor.js;
Select "options" parameter of the BaseEditor constructor (line#39);
Popup menu and select "Rename Element";

Note that the assignment in the following line is not highlighted.


		options = options || {};
Comment 1 Silenio Quarti CLA 2015-11-06 13:10:23 EST
Another case:

Find _updateCursorStatus function in the same file and rename the "_status" local variable.
Comment 2 Michael Rennie CLA 2015-11-10 17:10:16 EST
Fixed in:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=123f6bb0c8eff1071785e8d269f1ee9d6a489ecf

I confirmed upstream Tern already has this fix.