[BUG] makeSibling error

Ned Konz ned at bike-nomad.com
Fri Sep 12 19:52:33 UTC 2003


On Friday 12 September 2003 12:36 pm, Lic. Edgar J. De Cleene wrote:
> Actually, the error show duplicating another Morph , Workstation.
> I cut and paste the log.
> Sorry If before I send one with another class and with one halt.
> Is a work in progress and now I have several issues to solve.

You have a subclass of ImageMorph.

But the receiver has all-nil instance variables. This is unlikely to 
happen unless you've broken the copy method somehow.

Have you overridden (or forgotten to call, or forgotten to call the 
super version of) #initialize, #veryDeepCopy, etc.?

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list