|
Project
|
ReSharper
|
|
Priority
|
Major |
|
Type
|
Bug |
|
Fix versions
|
6.0 EAP |
|
State
|
Fixed |
|
Assignee
|
Alexander Nesterenko |
|
Subsystem
|
Localization |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
Could you give an example of such code where rename breaks existing semantics?
It's reproducable.
Suppose you have
and
(the latter is in InitializeComponent).
If you change the name to zcommentLabel the initialization will look like
That's cool but resources still have commentLabel.Text key! You should either update resources or don't touch this code at all. The former one is preferable.