Priority
Major
Type
Bug 
State
Fixed 
Assignee
Valentin Kipiatkov 
Subsystem
Code Analysis - Solution-wide 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
541
  • Submitted by   Valentin Kipiatkov
    2 years ago (07 Oct 2007 12:41)
  • Updated by Valentin Kipiatkov
    2 years ago (12 Oct 2007 14:34)
  • Jira: RSRP-50607
    (history, comments)

RSRP-50607

Solution analysis does not reanalyze necessary files when adding abstract member implementation

0
abstract class Base1
{
  public abstrace void Foo();
}

abstract class Base2 : Base1
{
}

class Derived : Base2{}


Adding/removing implementation of 'Foo' into 'Base2' does not reanalyze 'Derived'.

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