Allow the use of the "Rename To" annotation for literal method renaming.
authorC. Scott Ananian <cscott@litl.com>
Mon, 27 Apr 2009 14:48:12 +0000 (10:48 -0400)
committerJohan Bilien <jobi@litl.com>
Tue, 12 May 2009 15:00:32 +0000 (16:00 +0100)
commit2fe114c880585f475c757277c4b7f0e78a5eb27e
tree08ce524601483421ff6665393c9eafbe54bab5cc
parent95a407d7bf263600e1f7b9708159dd17cc9226fe
Allow the use of the "Rename To" annotation for literal method renaming.

As originally implemented, this annotation was only used for method
overloading (argument signature polymorphism).  Allow it to be used to
clean up historically poorly-named methods as well.
giscanner/annotationparser.py