Priority
Major
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
Refactorings - Rename 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Serge Baltic
    3 years ago (05 Aug 2006 22:42)
  • Updated by Serge Baltic
    2 years ago (07 Jul 2007 14:01)
  • Jira: RSRP-16449
    (history, comments)

RSRP-16449

"Refactor->Rename: Look in Comments" Should Not Hit "cref" Attributes in XmlDoc

When looking in comments for something to rename, do not hit the "cref" attribute, eg in <see cref=""/>, if it can be resolved strongly to a symbol.

Use case: have a field "_smth" and ctor argument "smth", wanna rename "smth" to "other", R# suggests to rename "_smth" to "_other" in crefs of xml-doc comments also (but not field _smth to _other, of course).

Rename the cref string as a string only if it cannot be resolved (eg temporarily commented-out or something like that).

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