On 21 Dec 2007, at 9:02 , Stéphane Ducasse wrote:
However,
Smalltalk's senders of yields tons of false positives. In
RBCrawler, what I do is a type inference at byte code level to get
better data.
We want just class references for now.
Oops, I misunderstood senders-of.
Well it should be very straight forward to write a MethodCollector
that collects references to classes: references to classes are stored
in the literal array of compiled methods, as BindingReferences.
NB, I have a custom collector somewhere in CodeFoo or VisualWorksFoo.
cheers,
AA