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

Key: RSRP-51826
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

Refac::VB::InlineVar: Outer Parens Not Removed When Needed

Created: 25 Oct 07 05:11   Updated: 05 Feb 08 19:50
Component/s: Refactorings - Inline Variable
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
Dim car As Car = (DirectCast(d, Car))
car.OnMoving()

->

(DirectCast(d, Car)).OnMoving()

Syntax error.



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