Project
ReSharper
Priority
Major
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Sergey Shkredov
Subsystem
Refactorings
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Valentin Kipiatkov
    5 years ago (05 Aug 2006 03:50)
  • Updated by   Sergey Shkredov
    2 years ago (15 Feb 2010 21:38)
  • Jira: RSRP-7330
    (history, comments)
 
RSRP-7330 Incorrect warning on renaming interface method and one method hides another
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
  internal interface I1
  {
    void Foo();
  }

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


 Rename I1.Foo()
. Warnings that one method will hide another is issued.

1. No warnings should be issued at all because no new hides to appear.
2. Methods have wrong (old) name in warnings.
3. 2 identical warnings are shown.
4. Clicking on any hyperlink in warnings causes exception.
5. Warning text should always start uppercase.
6. Prompt text should end with dot and also it contains at least one mistyping.
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments