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

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

Bogus conflict is reported in 'Rename' refactoring

Created: 08 Oct 07 11:21   Updated: 05 Feb 08 19:53
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: 534


 Description  « Hide
class A
{
    public A()
    {
    }
}

class B : A
{
    /// <summary>
    /// See base ctor <see cref="A()"/>.
    /// </summary>
    public B() : base()
    {
    }
}

Try to rename class 'A' to 'C'.
ReSharper reports 'Conflict with constructor C.C'.



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