AutoRefactor
AutoRefactor copied to clipboard
New refactoring - Replace use of concrete classes with use of interfaces
Replace use of concrete classes with use of interfaces if only the interface methods are called on the variable (when the variable is local to a method).
Depends on issue #32.