Project
ReSharper
Priority
Normal
Type
Cosmetics
Fix versions
Mirabile Futurum
State
Open
Assignee
Sergey Shkredov
Subsystem
Naming
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Steffen Forkmann
    2 years ago (24 Mar 2009 13:10)
  • Updated by   Steffen Forkmann
    2 years ago (24 Mar 2009 14:28)
  • Jira: RSRP-100124
    (history, comments)
 
RSRP-100124 Identifier a_b does not match the rule 'Constant field' - but suggested name AB does not match the rule either.
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
private const int a_b = 0;

Resharper suggests name "AB". After renaming Resharper suggests name "Ab".
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Sergey Shkredov
  Sergey Shkredov
24 Mar 2009 14:28
2 years ago
I don't think we can fix that... (at least for 4.5)

Formally a_b is a two-word name that can not be represented in 'UpperCamelCase' style (we think about AB as a one-word name in upper case)