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

Key: RSRP-47694
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Andrey Simanovsky
Reporter: Dmitry Shaporenkov
Votes: 0
Watchers: 0
Operations

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

SafeDelete removes 'set' property accessor that has usages

Created: 21 Aug 07 13:53   Updated: 20 Nov 07 18:03
Component/s: None
Fix Version/s: 3.1
Security Level: Everybody (All jira users)

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

Fixed in build: 562


 Description  « Hide
public class Test
{
  public static int Foo
  {
    get { return 0; }
    set { }
  }

  public static void Main(string[] args)
  {
    Foo = 3;
  }
}


 All   Comments   Work Log   Change History      Sort Order:
Dmitry Shaporenkov - 21 Aug 07 13:54
Try to Safe Delete Foo.set