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

Key: RSRP-46006
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

Bogus 'Extracted block has exits to different points'

Created: 23 Jul 07 11:21   Updated: Monday 16:09
Component/s: Refactorings - Extract Method
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 504
Fixed in build: 798


 Description  « Hide
static void Foo()
        {
            try
            {
                try
                {
                }
                finally
                {
                }
            }
            finally
            {
            }
        }

Select inner try/finally block and try to extract method. ReSharper reports bogus 'Extracted block has exits to different points'.



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