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

Key: RSRP-42810
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Olga Lobacheva
Votes: 1
Watchers: 1
Operations

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

[Move type] Conflict with aliases is not detected

Created: 09 Jun 07 22:11   Updated: 05 Feb 08 20:36
Component/s: Refactorings - Move Type
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
RSRP-41765 'Move class to another namespace' wor... Major Closed
 


 Description  « Hide
Vladimir Reshetnikov - [30 May 07 18:32 ]
using C = Nikov.A;

namespace Nikov.A
{
    internal class Base
    {
    }
}

namespace Nikov.B
{
    internal class Derived : C.Base
    {
        
    }
}

Try to move class 'Derived' to namespace 'C'.

using C = Nikov.A;

namespace Nikov.A
{
    internal class Base
    {
    }
}

namespace C
{
    internal class Derived : C.Base
    {
        
    }
}


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