When selecting "DefinedType" and setting a collection base class, the generator only creates a collection class for one of the types.
Looking at the code, I believe this bug comes from CodeExtension::Process (line : 125). CollectionTypes should not be cleared ! only the last one is kept otherwise.
Also, would it be possible to ass HashSet as a predefined collection object type ?
Looking at the code, I believe this bug comes from CodeExtension::Process (line : 125). CollectionTypes should not be cleared ! only the last one is kept otherwise.
Also, would it be possible to ass HashSet as a predefined collection object type ?