Priority
Major
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
Code Analysis 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
500
  • Submitted by   Andrey Simanovsky
    3 years ago (19 Jan 2007 19:45)
  • Updated by Andrey Simanovsky
    2 years ago (20 Jun 2007 20:41)
  • Jira: RSRP-34637
    (history, comments)

RSRP-34637

Bad error underline color for property with two accessors overriding property with one accessor

0
I have the following correct code.
abstract class T
{
    protected abstract int Q { get; }
}
class T1 : T
{
    protected override int Q
    {
        get { throw new System.NotImplementedException(); }
    }
}

Now I type
set { }
to the second property. The error is underlined with BLUE. As soon as I change the text inside setter (even if I undo the changes afterwards) the error highlighting has regular red color.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments