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-14942
Type:
Bug
Status:
Open
Priority:
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 ) {}
Description
if( (a && b) ||c ) {} introduce method from a && b. As a result if( (method()) ||c ) {}
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.