Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexander Zverev 
Subsystem
Quick Fixes 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
900
  • Submitted by   Ilya Ryzhenkov
    2 years ago (13 Feb 2007 17:05)
  • Updated by Ilya Ryzhenkov
    20 months ago (05 Jun 2008 20:03)
  • Jira: RSRP-35633
    (history, comments)

RSRP-35633

QuickFix "make foo override" should remove "static" keyword

0
  abstract class Foo
  {
    protected virtual void foo()
    {
      throw new NotImplementedException();
    }
  }

  class FooImpl : Foo
  {
    protected static void foo()
    {
      throw new NotImplementedException();
    }
  }


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments