Migration Guide : Migrating from Version 8.0 : New testing CLDT API methods
New testing CLDT API methods
 
Several new methods categorized as API have been added to the VA Smalltalk Kernel application. These methods are convenience methods designed to reduce the need for using the isKindOf: method (which is expensive).
It is possible that one or more of these methods may conflict with a similar (or identical) method provided by your code. In this case, you need to remove the method from your code.
isArray
isAssociation
isBehavior
isDictionary
isFraction
isNumber
isPoint
 
It is likely that additional isKindOf: replacement methods will be added in the future.
 
 
Last modified date: 07/02/2019