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

Key: RSRP-37138
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: David Peden
Votes: 0
Watchers: 0
Operations

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

Add warning for potential invalid use of immutable type

Created: 14 Mar 07 23:07   Updated: 16 Mar 07 20:55
Component/s: Code Analysis
Fix Version/s: Mirabilie Futurum
Security Level: Everybody (All jira users)

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


 Description  « Hide
it would be nice if the following scenario generated a warning:

string myString = "hello";

myString.Replace("llo", "lium");

and then had an alt-enter fix to replace the expression w/:

myString = myString.Replace("llo", "lium");



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