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

Key: RSRP-22973
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Alexander Zverev
Reporter: Maxim A. Babenko
Votes: 1
Watchers: 1
Operations

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

'Implement members' context action does not work properly

Created: 06 Aug 06 15:14   Updated: 17 Mar 08 12:52
Component/s: Context actions
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 235
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=22973


 Description  « Hide
interface I
{
  int Some { get; set; }
}

class C : I
{
  public int Some
  {
    get { return 0; }
  }
}

Try applying the context action to I.Prop. Says: no places were found to implement this member.



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