If we want to rename SystemDictionary:
SystemNavigation default allCallsOn: (Smalltalk associationAt:
#SystemDictionary)
->
SystemDictionary >> majorShrink
SystemDictionary >> discardOddsAndEnds
ReleaseBuilderFor3dot11 >> cleanupPhasePrepare
They all call (SystemDictionary removeSelector: xxx)
Which message is sent to Smalltalk ?
(not counting messages sent to self class environment)
As usage is huge, I do not reproduce here.
An analyzer utility is provided attached
Use with:
MessageSentToGlobalFinder testMessagesSentToSmalltalk
to come next: analyze of messages sent to (SmalltalkImage current)
Nicolas