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

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

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

Bad context action

Created: 09 Oct 06 12:28   Updated: 13 Feb 07 21:17
Component/s: None
Fix Version/s: 2.0.2
Security Level: Everybody (All jira users)

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

Fixed in build: 264


 Description  « Hide
class Stuff
{
    bool Foo()
    {
        return base.Equals(null); // Use equality operator
    }
}
class Stuff
{
    bool Foo()
    {
        return base == null; // error CS0175: Use of keyword 'base' is not valid in this context
    }
}


 All   Comments   Work Log   Change History      Sort Order: