The Trunk: 60Deprecated-tpr.19.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 60Deprecated-tpr.19.mcz

commits-2
tim Rowledge uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-tpr.19.mcz

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

Name: 60Deprecated-tpr.19
Author: tpr
Time: 10 May 2018, 2:52:18.56558 pm
UUID: d97f4ebe-21aa-43d6-92f8-8e13d7564217
Ancestors: 60Deprecated-mt.18

deprecate an annoyingly (mis)named method. See also Tools-tpr.813 for the replacement

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

Item was added:
+ ----- 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
+ !