Bug 48789

GemStone/S 64 Bit

3.5.2, 3.5.1, 3.5

3.5.3

listReferences: results do not respect order of argument

The method System>>listReferences: takes an array of classes and returns an array of arrays of instances. The order of subarrays within the results array no longer matches the order in the argument.

Workaround

Limiting listReferences: arguments to a single class avoids issues.

The method allReferences: performs the same function, but returns sub-Arrays that include the class and a GsBitmap of results, allowing you to easily match class to results.


                

Last updated: 6/10/20