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

Key: RSRP-28825
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Sergey Shkredov
Reporter: Valentin Kipiatkov
Votes: 0
Watchers: 0
Operations

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

[259] Error in PropertyToMethod.

Created: 19 Sep 06 19:03   Updated: 28 Apr 08 21:29
Component/s: Refactorings - Convert Property to Method(s)
Fix Version/s: Alderman

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


 Description  « Hide
Given this code:

int IInterface.ExplicitProperty
{
get { return GetExplicitProperty(); }
}

int GetExplicitProperty()

{ return 0; }

Trying to convert GetExplicitProperty() to the ExplicitProperty property,
is not permitted (R# says its a duplicated property).

Regards,
Pablo

I am Drunk of Borg. Resistance is floor tile.

Pablo Montilla
www.odyssey.com.uy



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