Priority
Major
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
Refactorings - Rename 
Affected versions
Fixed in
Fixed in build
Next build 
Build
232
  • Submitted by   Erwin Derksen
    3 years ago (06 Aug 2006 14:31)
  • Updated by Erwin Derksen
    2 years ago (07 Jul 2007 14:24)
  • Jira: RSRP-22180
    (history, comments)

RSRP-22180

Strange renaming suggestion in "Rename Related Symbols" dialog

I have:

private Stack<Task> _navigationTasks;

protected virtual Stack<Task> NavigationTasks
{
get { return _navigationTasks; }
set { _navigationTasks = value; }
}

I want to rename the field to _tasks and the property to Tasks:
  • F2 on _navigationTasks
  • type _tasks in the dialog
  • press "Continue"
  • "Rename Related Symbols" dialog appears, with the above property as a related symbol (correct).

However, R# suggests to rename it to Navigation instead of Tasks. This does not seem logical to me.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments