Project
ReSharper
Priority
Major
Type
Bug
Fix versions
4.5, 4.5.1, 5.0, Mirabile Futurum
State
Fixed
Assignee
Sergey Shkredov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Valentin Kipiatkov
    5 years ago (05 Aug 2006 04:49)
  • Updated by   Olga Lobacheva
    23 months ago (15 Feb 2010 21:45)
  • Jira: RSRP-7329
    (history, comments)
 
RSRP-7329 Renaming interface method breaks code when implementing 2 interfaces
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
  internal interface I1
  {
    void Foo();
  }

  internal interface I2
  {
    void Foo();
  }

  public class Class1 : I1, I2
  {
    public void Foo()
    {
    }
  }


 Renaming I1.Foo()
breaks code. Should warn and suggest to rename I2.Foo().


Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments