Bug 39319

GemBuilder for Smalltalk/VW

7.6, 7.5, 7.4.1, 7.4, 7.3.3, 7.3.2, 7.3.1, 7.3, 7.2.2, 7.2.1, 7.2, 7.1.2, 7.1.1, 7.1, 7.0.2, 7.0.1, 7.0

7.6.1

asGSObjectCopy will not copy collection instance variables

Object>>asGSObjectCopy is deprecated public protocol which creates a copy
of a client object, then creates the server object. This prevents the original
client object from becoming a replicate and synchronization is done to
the copy. However, if a dictionary or set subclass is created which has
instance variables, #asGSObjectCopy will not copy those instance variables.

Workaround

Do not use #asGSObjectCopy as it will be removed in a future release.


                

Last updated: 10/1/13