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

Key: RSRP-49385
Type: Cosmetics Cosmetics
Status: Open Open
Priority: Normal Normal
Assignee: Alexander Zverev
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

'Invert if' should not add extra parentheses, it should remove them if posssible

Created: 17 Sep 07 17:52   Updated: 17 Mar 08 12:53
Component/s: Context actions
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 521


 Description  « Hide
if (!(obj is string))
        {
        }

After 'Invert if' applied 4 times:

if (((!(obj is string))))
        {
        }


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.