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

Key: RSRP-44418
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

'Copy Type' cannot handle type aliases

Created: 28 Jun 07 15:15   Updated: 25 Mar 08 21:47
Component/s: Refactorings - Copy Type
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 468


 Description  « Hide
using B = System.Collections.Generic.List<A>;
class A
{
    B[] x = {};
}

Copy 'A' to 'C':

class C
{
    List[] x = {}; // error CS0246: The type or namespace name 'List' could not be found 
}


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 28 Jun 07 17:38
The same problem in 'extract superclass' refactoring.