Status: Accepted
Owner: [email protected]

New issue 3407 by [email protected]: HashedCollection missed abstract method noCheckAdd:
http://code.google.com/p/pharo/issues/detail?id=3407

HashedCollection grow calls noCheckAdd:
All direct subclasses implement noCheckAdd:

Pharo image: core
Pharo core version: 12272

Add the following method to HashedCollection:

noCheckAdd: anObject
    self subclassResponsibility


Reply via email to