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

Key: RSRP-52080
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Alexander Zverev
Reporter: Andrew Serebryansky
Votes: 0
Watchers: 1
Operations

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

Quickfix for a specific case of 'Virtual member call in constructor'

Created: 30 Oct 07 13:43   Updated: 21 Mar 08 17:59
Component/s: Quick Fixes
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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


 Description  « Hide
public virtual Test
{
get{ return _test;}
}

public MyClass(int testValue)
{
  this.Test = testValue;
}

I would like Resharper give option to change above line to this._test = testValue;

This is extremely useful when using NHibernate 1.2



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