History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
RSRP-49385
Type:
Cosmetics
Status:
Open
Priority:
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)))) { }
Description
if
(!(obj is string)) { }
After 'Invert if' applied 4 times:
if
(((!(obj is string)))) { }
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.