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

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

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

[Refactorings] Same class name in top level hierachy of place to insert

Created: 14 Mar 07 20:39   Updated: 25 Feb 08 21:55
Component/s: Refactorings - Move Type
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
RSRP-37120 Same class name in top level hierachy... Normal Closed
 


 Description  « Hide
namespace Move
{
  public class C {}
}

namespace T
{
  public class C{}
}

namespace T.K.L
{
  public class E
  {
    public void F()
    {
      C c = null;
      Move.C move = new Move.C();
    }
  }
}

Move class 'Move.C' to namespace 'T.K'



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