Tuesday, October 7, 2008

Sort Switch Cases

I have implemented a small context action that sorts the cases of a switch statement. This is only applicable if the type of the switch statement is a string, enum or integer.

And I may have forgotten to blog about the convert abstract to "normal" class refactoring. This refactoring removes the abstract modifier from the class and converts all abstract methods to virtual.

No comments: