[squeak-dev] The Trunk: 60Deprecated-mt.72.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 5 14:20:36 UTC 2020


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.72.mcz

==================== Summary ====================

Name: 60Deprecated-mt.72
Author: mt
Time: 5 March 2020, 3:20:35.783454 pm
UUID: cd2a44a1-9902-ac41-8da7-19a685125327
Ancestors: 60Deprecated-mt.71

Complements Monticello-cmm.708, Protocols-eem.68,  Tools-mt.954.

=============== Diff against 60Deprecated-mt.71 ===============

Item was added:
+ ----- Method: Browser>>classHierarchy (in category '*60Deprecated-multi-window support') -----
+ classHierarchy
+ 
+ 	self deprecated: 'Use #browseClassHierarchy instead'.
+ 	self browseClassHierarchy.!

Item was added:
+ ----- Method: Debugger>>classHierarchy (in category '*60Deprecated-toolbuilder') -----
+ classHierarchy
+ 
+ 	self deprecated: 'Use #browseClassHierarchy instead'.
+ 	self browseClassHierarchy.!

Item was added:
+ ----- Method: MCCodeTool>>classHierarchy (in category '*60Deprecated-menus') -----
+ classHierarchy
+ 
+ 	self deprecated: 'Use #browseClassHierarchy instead'.
+ 	self browseClassHierarchy.!

Item was changed:
  ----- Method: ObjectExplorer>>classHierarchy (in category '*60Deprecated-Tools') -----
  classHierarchy
- 	"Create and schedule a class list browser on the receiver's hierarchy."
  
  	self deprecated: 'Use #browseClassHierarchy instead'.
+ 	self browseClassHierarchy.!
- 	self browseClassHierarchy
- !

Item was added:
+ ----- Method: StringHolder>>classHierarchy (in category '*60Deprecated-Tools') -----
+ classHierarchy
+ 
+ 	self deprecated: 'Use #browseClassHierarchy instead'.
+ 	self browseClassHierarchy.!



More information about the Squeak-dev mailing list