Issue 3227 in pharo: Remove all MethodFinder

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3227 in pharo: Remove all MethodFinder

pharo
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.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3227 in pharo: Remove all MethodFinder

pharo
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


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3227 in pharo: Remove all MethodFinder

pharo

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.