[squeak-dev] The Inbox: Tools-fbs.363.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 19 15:06:44 UTC 2011


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-fbs.363.mcz

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

Name: Tools-fbs.363
Author: fbs
Time: 19 June 2011, 4:06:14.995 pm
UUID: 07e0d70e-133f-45a7-a962-58dbab747e9d
Ancestors: Tools-ul.362

Lexicon>>openOnClass:showingSelector fails (like when you alt-p on a class in a Browser) because messageList isn't initialised. This seems like the best place to initialise the instvar.

=============== Diff against Tools-ul.362 ===============

Item was added:
+ ----- Method: MessageSet>>initialize (in category 'initialize-release') -----
+ initialize
+ 	super initialize.
+ 	messageList := OrderedCollection new.!




More information about the Squeak-dev mailing list