[squeak-dev] The Inbox: Protocols-ael.39.mcz

Aran Lunzer aranlunzer at gmail.com
Mon Dec 19 23:50:05 UTC 2011


The "class var refs (here)" function of a protocol browser is not
working as it should.  The problem appears to be because
Lexicon>>selectorsReferringToClassVar is filtering the variable
references by

  nonMeta isKindOf: elem actualClass

whereas it should be

  nonMeta inheritsFrom: elem actualClass


Aran Lunzer
--
Viewpoints Research Institute



More information about the Squeak-dev mailing list