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

Key: RSRP-29623
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Mikhail Pilin
Votes: 0
Watchers: 0
Operations

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

Inconsistent namespaces after namespace rename

Created: 10 Oct 06 16:05   Updated: 18 Feb 08 22:06
Component/s: Refactorings - Rename
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 259


 Description  « Hide
=== 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) {}
}
}



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