Re: refactoring using parser
John Brant <[email protected]>
| Newsgroups | gmane.comp.programming.refactoring |
|---|---|
| Message-ID | <[email protected]> |
Richard wrote:
> That's an interesting list of refactorings. I do Rename, Extract
> Method and Extract Interface a lot. I haven't done so much Inline
> Method or Pull Up. By "Move" I assume you mean "move this method from
> this class to another class"? What automated refactoring tools
> support this? Even ReSharper only supports moving whole types or
> static members and doesn't support moving methods.
The Smalltalk Refactoring Browser has had move method since 1997. It
moves the method and leaves a stub behind that forwards to the moved
method. If you don't want the stub, you can do inline method to remove it.
John Brant
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/refactoring/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/refactoring/join
(Yahoo! ID required)
<*> To change settings via email:
[email protected]
[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/