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

Key: RSRP-34621
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexander Zverev
Reporter: Dmitry Lomov
Votes: 0
Watchers: 0
Operations

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

'Impement Member' context action should show deeper hierarchy for abstract subclasses

Created: 19 Jan 07 15:55   Updated: 17 Mar 08 12:54
Component/s: Context actions
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
RSRP-34332 Context action 'Implement member' mis... Normal Closed


 Description  « Hide
Consider
abstract class Base 
{
  public abstract void M();
}
abstract class BaseEx : Base {}
abstract class Impl : BaseEx {}

'Implement Base.M' should suggest to implement it in both BaseEx and Impl



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