History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-57709
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Valentin Kipiatkov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

SWA: "Enum Member Could Be Made Private" Message

Created: 11 Feb 08 01:44   Updated: 15 Feb 08 22:33
Component/s: Code Analysis - Solution-wide
Fix Version/s: Alderman
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 All   Comments   Work Log   Change History      Sort Order:
Valentin Kipiatkov - 11 Feb 08 19:37
I could not get such highlighting. Could you please provide a sample?

Alexander Zverev - 12 Feb 08 16:20
Sample:

public enum A

{ a = 1, b = 3, c = a | b }