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

Key: RSRP-5437
Type: Cosmetics Cosmetics
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Valentin Kipiatkov
Votes: 0
Watchers: 0
Operations

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

Move type: do not leave unnecessary nested namespace declarations

Created: 05 Aug 06 01:54   Updated: Monday 18:29
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

Fixed in build: 798
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=5437


 Description  « Hide

namespace N1
{
class A{}
class B{}
}

Move class A and then class B to namespace 'N1.N2'.
Result is:

namespace N1
{
namespace N2
{
class A{}
class B{}
}
}



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