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

Key: RSRP-54371
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Andrey Simanovsky
Votes: 0
Watchers: 0
Operations

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

Move type fails to re-bind symbols

Created: 11 Dec 07 21:00   Updated: Monday 18:22
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


 Description  « Hide
using System.Collections.Generic;

namespace N
{
  using C = IDictionary<int, string>;

  class A
  {
    public C field;
  }
}

Moving A to another namespace, e.g. N1 removes 'using' and leaves 'X' either unbound or replaces it with "IDictionary" without type arguments.



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