Reporter | Valentin Kipiatkov (valentin) |
---|---|
Created | Oct 2, 2009 5:29:26 PM |
Updated | Jul 6, 2011 6:41:15 PM |
Priority | Major |
Type | Bug |
Fix versions | Mirabile Futurum |
State | Open |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Quick Fixes |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Quickfix on unresolved name to create readonly property.
It suggested variants of the body. I chose use of backing field. Result is:
It suggested variants of the body. I chose use of backing field. Result is:
public Reporter Reporter { get { return myReporter; } }