The Trunk: Tools-topa.637.mcz

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

The Trunk: Tools-topa.637.mcz

commits-2
Tobias Pape uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-topa.637.mcz

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

Name: Tools-topa.637
Author: topa
Time: 8 October 2015, 9:03:22.934 pm
UUID: 993853cb-d0d2-4676-902c-365536c950da
Ancestors: Tools-topa.636

Marcel is curious whether  ObjectExplorer>>#selector is ever called. Let's find out.

=============== Diff against Tools-topa.636 ===============

Item was changed:
  ----- Method: ObjectExplorer>>selector (in category 'accessing - other') -----
  selector
 
+ self isThisEverCalled.
  self flag: #deprecated. "mt: Who uses this? And why?"
  self parentObject ifNil: [^ nil].
  (self parentObject class allInstVarNames includes: self currentSelection key)
  ifTrue: [^ self currentSelection key asSymbol].
  ^ nil!