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

Key: RSRP-32523
Type: Bug Bug
Status: Closed Closed
Resolution: Obsolete
Priority: Normal Normal
Assignee: Andrey Simanovsky
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

Quick-fix 'Make property static' does nothing

Created: 27 Nov 06 15:17   Updated: 13 Dec 06 21:18
Component/s: None
Fix Version/s: 2.5.1, 3.0
Security Level: Everybody (All jira users)

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

Build: 312


 Description  « Hide
class Stuff
{
    int Foo
    {
        get
        {
            return 0;
        }
    }
}

Quick-fix 'Make property static' does nothing.



 All   Comments   Work Log   Change History      Sort Order:
Andrey Simanovsky - 13 Dec 06 21:18
Fixed in 2.5 already