Tim Mackinnon wrote > Calypso warns you about missing methods if it doesn’t understand a class > is abstract, so it’s useful to avoid those warnings otherwise you become > desensitised to them. > > Tim
Or, if the class has subclasses, one could get a suggestion/action to implement the missing method as missingMethod ^self subclassResponsibility Which also has the benefit of working nicely with the "expected (or was that "missing"?) protocol" functionality. Unless you meant something else? Cheers, Henry -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
