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

Key: RSRP-32752
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Oleg Stepanov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

'Rename namespace' refactoring does not work

Created: 30 Nov 06 12:32   Updated: 05 Feb 08 21:06
Component/s: Refactorings
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 315


 Description  « Hide
namespace A
{
    namespace B.C
    {
        
    }
}

Put the caret onto 'C' and rename in to 'A.B.D'

namespace A
{
    namespace B
    {
        namespace A.B.D
        {
        
        }
    }
}

Expected:

namespace A
{
    namespace B.D
    {
        
    }
}


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 27 May 07 19:48
Fixed in 445.