Skip to content

FMNullMultivalueLink does not support union: (FMNullMultivalueLink cannot have variable sized instances) #992

@seandenigris

Description

@seandenigris

Originally reported on Google Code with ID 992

Describe the problem: what do you get? what do you expect?
Here is the code that we want to execute to combine in a same collection of a given
class its incomingReferences and its superInheritances:
(aClass incomingReferences) union: (aClass superInheritances)

If the first set of the union operator is empty, it is a FMNullMultivalueLink.
If the second set is not empty, the union: message creates a FMNullMultivalueLink with
the size of this second set. However, it is not possible to create a FMNullMultivalueLink
with a specified size.
We would like that its creates a FMMultivalueLink with the specified size.



Please fill in the labels with the following information:
* Type-Defect, Type-Enhancement, Type-Engineering, Type-Review, Type-Other
* Component-MooseCore

Reported by anne.etien on 2013-10-28 09:35:05

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions