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

Key: RSRP-38972
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexander Zverev
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

"Move Local Var To Outer Scope": Fails If There Were Multiple Declarations in Different Inner Scopes

Created: 16 Apr 07 14:33   Updated: 17 Mar 08 13:14
Component/s: Context actions
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Fixed in build: 434


 Description  « Hide
if(a)
{
  CMy one;
}

if(b)
{
  CMy one;
}

Move the first one to outer scope, error: "multiple definitions". Should use the outer scope's definition in the second case too.



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 21 May 07 15:20
I don't see any changes in behavior