
|
If you were logged in you would be able to see more operations.
|
|
|
ReSharper
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
|
|
|
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.."?
|
|
Description
|
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.."? |
Show » |
|
public class DontRecognizeIntroduceOverload
{ Method(new object()); // <-- There is no quick fix or refactoring options here to create the overload. }{
public void Method()
}