[FIX] ClassBuilder problem

Andreas Raab andreas.raab at gmx.de
Thu Feb 27 22:50:22 UTC 2003


Okay, restating the problem actually helped me to understand how to fix it.

"Change Set:		MetaClassBuilderFix
Date:			27 February 2003
Author:			Andreas Raab

This change set fixes a rather obscure bug with reshaping the entire class
hierarchy from ClassBuilder. The problem was introduced by accidentally
breaking the superclass/subclass invariant. The CS fixes this problem, by
doing so actually removes some code and documents the critical invariants
(both by putting comments into the methods affected and by making those
methods private which temporarily break the crucial invariants).

The class comment has been extended to document the fundamental assumption
that ClassBuilder needs access to ALL of the subclasses no matter where no
matter how they are created.
"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MetaClassBuilderFix.cs.gz
Type: application/x-gzip
Size: 4540 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030227/283ed65c/MetaClassBuilderFix.cs.bin


More information about the Squeak-dev mailing list