The ReferenceFinder class is the one I wrote for the Refactoring Browser and then converted to Pharo. It is under the MIT license. It is already part of the Pharo image (https://github.com/pharo-project/pharo/tree/Pharo10/src/ReferenceFinder-Core).
John Brant > On Feb 27, 2022, at 10:03 PM, Pierre Misse Chanabier > <pierre.misse-chanab...@inria.fr> wrote: > > I'm assuming you're talking about > https://github.com/pavel-krivanek/RefsHunter ? > (That's the only one I saw on Pavel's account) > > From a quick look, it seems like a different implementation which rely on a > snapshot of the memory. > But I haven't looked very deep at all. > > Pierre > > On 2/27/2022 9:23 PM, stephane ducasse wrote: >> Thanks Pierre >> Do you know how it compares with the port of Pavel Krivanek? >> >> S >> >>> On 25 Feb 2022, at 15:20, pmissech <pierre.misse-chanab...@inria.fr> wrote: >>> >>> Hello, >>> >>> I've migrated the small repository of Reference Finder to github: >>> https://github.com/hogoww/ReferenceFinder/ from Smalltalk-hub. >>> If someone is aware of another migration of the repository, licensing or >>> others, please let me know. >>> >>> Pierre