Jan. 20, 2010
3:09 p.m.
On Jan 20, 2010, at 3:56 PM, Stéphane Ducasse wrote:
not really.
It uses Symbol selectorsContaining: searchString. the problem is that this just uses the Symbol table, that is, it does not care if the symbok is actually used as a selector anywhere. the MethodNames tool does a pass in addition to check this: selectorList size > 19 ifFalse: ["else the following filtering is considered too expensive. This 19 should be a system-maintained Parameter, someday" selectorList := self systemNavigation allSelectorsWithAnyImplementorsIn: selectorList]. ^ selectorList Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.