[squeak-dev] The Trunk: Protocols-nice.33.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Oct 1 21:41:20 UTC 2010


Nicolas Cellier uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-nice.33.mcz

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

Name: Protocols-nice.33
Author: nice
Time: 1 October 2010, 11:41:12.663 pm
UUID: 2c6d6e51-1db9-4342-974a-48f8a7bb74a0
Ancestors: Protocols-nice.32

Use #postCopy paradigm

=============== Diff against Protocols-nice.32 ===============

Item was removed:
- ----- Method: ElementCategory>>copy (in category 'copying') -----
- copy
- 	"Answer a copy of the receiver"
- 
- 	^ super copy copyFrom: self!

Item was added:
+ ----- Method: ElementCategory>>postCopy (in category 'copying') -----
+ postCopy
+ 	"Copy own instance variables."
+ 
+ 	super postCopy.
+ 	self copyFrom: self!




More information about the Squeak-dev mailing list