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

Key: RSRP-14942
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Sergey Coox
Votes: 0
Watchers: 0
Operations

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

Remove parenthesis after extract method

Created: 05 Aug 06 21:13   Updated: 21 Feb 08 23:30
Component/s: Refactorings - Extract Method
Fix Version/s: None
Security Level: Everybody (All jira users)

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

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=14942


 Description  « Hide
if( (a && b) ||c ) {}

introduce method from a && b. As a result
if( (method()) ||c ) {}



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