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

Key: RSRP-27116
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Gerrod Thomas
Votes: 1
Watchers: 0
Operations

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

Moving to a new namespace should remove using directive for that namespace

Created: 06 Aug 06 19:16   Updated: 28 Dec 07 15:05
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:
Depend
This issue depends on:
RSRP-37129 fix CheckUsingResolver appropriate style Normal Open
 

Build: 254
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=27116


 Description  « Hide
With a class as follows:
using Company.Namespace1

public class MyClass() {
}
If I use the "Move type" refactoring, and I move the class into the "Company.Namespace1" namespace, ReSharper should remove the using statement since it is no longer required.

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