[Pharo-project] Issue 3227 in pharo: Remove all MethodFinder
Status: Accepted Owner: stephane.ducasse Labels: Milestone-1.2 New issue 3227 by stephane.ducasse: Remove all MethodFinder http://code.google.com/p/pharo/issues/detail?id=3227 Now that ben rewrote the finder we can remove the old one.
Updates: Cc: alexandre.bergel Comment #1 on issue 3227 by guillermopolito: Remove all MethodFinder http://code.google.com/p/pharo/issues/detail?id=3227 Finder, as provided by ben, uses the class MethodFinder to retrieve methods searched with a pattern (e.g. 4 . 3 . 7 => +) However, the UI of MethodFinder is SelectorBrowser. As far as we understand the situation, the class MethodFinder may be safely moved into the Package Finder, SelectorBrowser deprecated. There is no reference of SelectorBrowser Guillermo & Alexandre
Comment #2 on issue 3227 by stephane.ducasse: Remove all MethodFinder http://code.google.com/p/pharo/issues/detail?id=3227 Thanks for the look After we should clean the MethodFinder code but this is another story.
participants (1)
-
pharo@googlecode.com