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

Key: RSRP-57598
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

Refac::IntroduceParameter: If Some Other Parameter Becomes Unused After Introducing a New One, Suggest Removing It

Created: 07 Feb 08 20:09   Updated: 09 Feb 08 20:34
Component/s: Refactorings - Introduce Parameter
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
If you're introducing a parameter that is more concrete than the existing one, the existing one should be removed.

Common example:

CSharpUsingsSettings settings = ((CsharpCodeStylePage)options.GetPage(CsharpCodeStylePage.PID)).CodeStyleSettings.UsingsSettings;

options is a parameter. Introducing settings, removing options.



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