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

Key: RSRP-29192
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Andrey Simanovsky
Reporter: Thomas Eyde
Votes: 0
Watchers: 0
Operations

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

CLONE -Create method overload not always recognized

Created: 29 Sep 06 12:14   Updated: 24 Oct 06 18:12
Component/s: None
Fix Version/s: 2.0.2
Security Level: Everybody (All jira users)

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

Build: 249
Fixed in build: 264
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=25918


 Description  « Hide
ReSharper does not always recognize when an overloaded method can be created. I would like the overload option to always be available when there is a parameter mismatch. If that's not possible, how about making it available from "Refactor this.."?

 All   Comments   Work Log   Change History      Sort Order:
Thomas Eyde - 29 Sep 06 12:16
Still not fixed in build 263. Steps to reproduce:

public class DontRecognizeIntroduceOverload
{
public void Method()

{ Method(new object()); // <-- There is no quick fix or refactoring options here to create the overload. }

}


Andrey Simanovsky - 29 Sep 06 16:38
We will fix the problem with the action being not available.