2017-05-09 18:44 GMT+02:00 Ben Coman <btc@openinworld.com>:
I get 21 errors, since they have code like this...
self assert: (Smalltalk globals classNamed: originalName) isNil.
we should replace such places with
Smalltalk globals includeClassNamed: originalName