Weird subclassResponsibility in CwWidget

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Weird subclassResponsibility in CwWidget

Gabriel Cotelli
Hi

CwWidget>>abtDirectEditApplyText: aWidget clientData: anEditPart callData: callData

self subclassResponsibility 

looks weird to me. There's only two sub-implementors and the rest of the CwWidget hierachy don't implement this message. 
IMHO this should be removed from CwWidget.
Also the only sender of this message (implemented in CwWidget) is sent only from this two sub-implementors, so probably it's a good candidate for removal in CwWidget and implement it in another place.

Regards,
Gabriel


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/e1oTRtCujRMJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.