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

Key: RSRP-50614
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

'Rename' refactoring does not rename usage within doc-comments

Created: 07 Oct 07 18:13   Updated: 05 Feb 08 19:54
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: 532


 Description  « Hide
class A
{
    /// <summary>
    /// <see cref="Foo{T}(T)"/>
    /// </summary>
    static void Foo<T>(T x)
    {
    }
}

Try to rename type parameter 'T' at method 'Foo' to 'S'. Result:

class A
{
    /// <summary>
    /// <see cref="Foo{S}(T)"/>
    /// </summary>
    static void Foo<S>(S x)
    {
    }
}


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