Changes

Summary

  1. - deprecate #allLocalCallsOn:ofClass: in SystemNavigation, implement it (details)
  2. typo (details)
  3. fix test (details)
Commit 6f5e7a268b8d66db98a2b0e1d611a5f92f95c7f7 by marcus.denker
- deprecate #allLocalCallsOn:ofClass: in SystemNavigation, implement it
in ClassDescription>>allLocalCallsOn: - add withAllSuperAndSubclasses,
use it in #allInstVarNamesEverywhere - simplify allLocalCallsOn: to use
allInstVarNamesEverywhere and flatCollect
fixes #3732
The file was modifiedsrc/Deprecated80/SystemNavigation.extension.st (diff)
The file was modifiedsrc/Kernel-Tests-Extended/BehaviorTest.extension.st (diff)
The file was modifiedsrc/Kernel/Behavior.class.st (diff)
The file was addedsrc/Kernel-Tests-Extended/ClassDescriptionTest.extension.st
The file was modifiedsrc/Kernel/ClassDescription.class.st (diff)
The file was modifiedsrc/System-Support/SystemNavigation.class.st (diff)
The file was modifiedsrc/Deprecated80/SystemNavigation.extension.st (diff)
The file was modifiedsrc/Kernel-Tests-Extended/ClassDescriptionTest.extension.st (diff)