[FIX] DoubleInitialize-gk

goran.krampe at bluefish.se goran.krampe at bluefish.se
Mon Sep 22 07:28:58 UTC 2003


from preamble:

"Change Set:		DoubleInitialize-gk
Date:			22 September 2003
Author:			Göran Krampe

>From 3.6g-5420.

Using a little hack (posted earlier on list) in Morph>>initialize I
discovered this double initialization. As far as I can see the call
'self initialize' is not needed here, the method is only called from the
class side which has already done a call to 'super new' which in class
Morph calls #initialize.

Browser and some other tools use this class and after the fix the double
initialization went away. And the tools still work. :)"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DoubleInitialize-gk.cs.gz
Type: application/octet-stream
Size: 563 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030922/d1d365e6/DoubleInitialize-gk.cs.obj


More information about the Squeak-dev mailing list