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

Key: RSRP-50607
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Valentin Kipiatkov
Reporter: Valentin Kipiatkov
Votes: 0
Watchers: 0
Operations

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

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

Created: 07 Oct 07 12:41   Updated: 12 Oct 07 14:34
Component/s: Code Analysis - Solution-wide
Fix Version/s: 3.1
Security Level: Everybody (All jira users)

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

Fixed in build: 541


 Description  « Hide
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'.



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