Login  Register

Private/public toggle bug

Posted by Aaron Wieland on Dec 02, 2000; 11:08pm
URL: https://forum.world.st/Private-public-toggle-bug-tp3358429.html

The context menu for the class browser's method list includes an item for
toggling an method's public/private category.  There's a minor bug in
SmalltalkSystem>>privatizeMethod:, however, that prevents anything from
happening if the method doesn't include a comment.

Cheers,
-- Aaron Wieland