
|
If you were logged in you would be able to see more operations.
|
|
|
ReSharper
Created: 06 Aug 06 18:26
Updated: 24 Oct 06 18:12
|
|
| Component/s: |
None
|
| Fix Version/s: |
1.0,
2.0.2
|
|
Security Level:
|
Everybody
(All jira users)
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
When I have this method
public void TakeOver (ArrayList list)
{
}
And and select use base class..., ReSharper suggests System.Object, but none of the interfaces. Technically, an interface is not a base class, but it would be useful.
|
|
Description
|
When I have this method
public void TakeOver (ArrayList list)
{
}
And and select use base class..., ReSharper suggests System.Object, but none of the interfaces. Technically, an interface is not a base class, but it would be useful. |
Show » |
|
The refactoring offers interfaces as a choice.
Perhaps, you want to replace references to ArrayList with an interface?