Reporter | T (thymin) |
---|---|
Created | Oct 21, 2012 3:39:51 PM |
Updated | Apr 26, 2018 2:18:29 PM |
Subsystem | Refactorings |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Normal |
State | Submitted |
Type | Unspecified |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
When extracting a parameter from an expression inside a method, and when naming the parameter "abcID", Resharper converts the name to "abcId".
Resharper should leave the name as is because it makes no sense to override the developers explicit choice. Resharper should never change identifier names on its own decision.
The same bug is present in other "extract" refactorings. Also in "initialize field/property in constructor".
Resharper should leave the name as is because it makes no sense to override the developers explicit choice. Resharper should never change identifier names on its own decision.
The same bug is present in other "extract" refactorings. Also in "initialize field/property in constructor".