Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
Mirabile Futurum
State
Fixed
Assignee
Sergey Shkredov
Subsystem
Refactoring
Affected versions
No Affected versions
Fixed in build
6.0.2094.175  
  • Created by   Mikhail Pilin
    5 years ago (10 Oct 2006 17:05)
  • Updated by   Jura Gorohovsky
    11 months ago (19 Feb 2011 15:30)
  • Jira: RSRP-29623
    (history, comments)
 
RSRP-29623 Inconsistent namespaces after namespace rename
0
Issue is visible to: All Users
  The issue is visible to the selected user group only

Before =

namespace X.Y.Z
{
class Foo {}
}

namespace X.K.A
{
class Bar
{
void Method(Y.Z.Foo foo) {}
}
}

Rename namespace X.K.A to X.K.Y


Result, Y.Z - highlighted

namespace X.Y.Z
{
class Foo {}
}

namespace X.K.A
{
class Bar
{
void Method(Y.Z.Foo foo) {}
}
}
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Jura Gorohovsky
  Jura Gorohovsky
19 Feb 2011 15:30
11 months ago
Fixed in an earlier version
Related Changes
Resolved Date
11 months ago (19 Feb 2011 15:30)
Fixed In version
<lost change>Mirabile Futurum
State
OpenFixed
Assignee
Sergey Shkredov (serjic.shkredov)Sergey Shkredov
Subsystem
<lost change>Refactoring
Fixed in build
No Fixed in build6.0.2094.175