My guess is that you have multiple copies of the CompiledMethodProxy class, which can happen by various snafus. Use SystemNavigation default obsoleteClasses inspect to track them down. You can select the real one by insisting that theRealOne == (Smalltalk at: #CompiledMethodProxy) and nuking the other ones.
HTH Eiot On Fri, Nov 26, 2010 at 2:01 AM, Mariano Martinez Peck < [email protected]> wrote: > Sorry, I know the subject of the mail is confusing, I am confused myself. > Ok, I am doing hacky stuff and playing with CompiledMethod proxies, but I > have a problem searching for implementors. > > So, I have for example CompiledMethodProxy >> mareaUninstall. > > But when I search for implementors of "mareaUninstall" in the popup of > implementors it shows FOUR times, "CompiledMethodProxy >> mareaUninstall"... > why ??? it should appear only once.. > > I attach an screenshot. Does anyone know what can be happening? > > thanks in advance, > > Mariano >
