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

Key: RSRP-45120
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

'Safe delete' property accessor does not report conflicts even there are usages

Created: 06 Jul 07 19:54   Updated: 12 May 08 19:33
Component/s: Refactorings - Safe Delete
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 471
Fixed in build: 798


 Description  « Hide
using System;
class Stuff
{
    static int X
    {
        set { throw new NotImplementedException(); }
    }
    static void Main()
    {
        X = 1;
    }
}


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