[FIX] InappropriateSubclassResponsibilityFix

Bob Hartwig bob at bobjectsinc.com
Sun Sep 16 14:19:37 UTC 2001


from preamble:

"Change Set:		InappropriateSubclassResponsibilityFix
Date:			16 September 2001
Author:			Bob Hartwig

This method in Object sent self subclassResponsibility.  Since it's
obviously true that not ALL non-abstract subclasses should override
this, this is incorrect.  I changed it to answer false, indicating an
unsuccessful drop.  This may seem like a pedantic change, but it's not -
the Refactoring Browser derives #isAbstract by looking for senders of
#subclassResponsibility, and Object should definitely NOT
be considered abstract."!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: InappropriateSubclassResponsibilityFix.cs.gz
Type: application/octet-stream
Size: 474 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010916/87504b3e/InappropriateSubclassResponsibilityFix.cs.obj


More information about the Squeak-dev mailing list