Hi Peter,
there is no more #name: in Class (or ClassDescription or Behavior). It is named #setName:
It is only used by the class builder, some class methods and some tests. It could be hidden better if it is still a problem.
yes, we should deprecate name: and only use setName: (that is what it used to be originally anyway)
ah, yes, in Pharo7 this is already done. Just setName: is there, no #name:
Marcus