On 26. Nov 2018, at 19:08, Marshall Schor <[email protected]> wrote: > > If you want a test case for v3 that works, just change the supertype to > CAS.TYPE_NAME_ANNOTATION.
I hit this in code that serializes a CAS to a file in a custom format. The type that is being serialized does not inherit from annotation. I don't really mind the order. But it makes my unit tests easier if the order is deterministic - so I am now sorting the feature structures in this particular case by their IDs (which are apparently still assigned in creation order) and that fixes by unit test under v3. Cheers, -- Richard
