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

Key: RSRP-29238
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Andrey Simanovsky
Votes: 0
Watchers: 0
Operations

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

Rename does not check for quasi-implementations

Created: 02 Oct 06 16:51   Updated: 01 Jun 07 20:15
Component/s: Refactorings - Rename
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
interface I
{
  void Foo();
}
class BaseClass
{
  public void Foo(){}
}
class DerivedClass : BaseClass, I
{
}

Rename Foo from the interface.



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