Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-108135: 'Extension Method to Plain Static' refactoring: show correct text in Undo button

$
0
0
Reporter Igor A (igor_a1265648516806) Igor A (igor_a1265648516806)
Created May 18, 2009 2:17:15 PM
Updated Apr 6, 2018 2:42:06 PM
Resolved Apr 6, 2018 2:42:06 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Obsolete
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Steps to reproduce:
1. Apply 'Extension Method to Plain Static' refactoring through SC popup menu to following code:
static class MyExtClass
{
public static void Ext{caret}(this IMyClass z)
{
z.Foo();
}
}
internal interface IMyClass
{
void Foo();
}
class MyClass : IMyClass
{
public void Foo()
{
}
}
2. See text in the list of Undo button in the Standard toolbar.
Wrong result: text is 'VS Command', but it should be something like 'Extension Method to Plain Static'.

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>