Skip to content

Uuid uniqueness check when building SubGridContainers & JointGridContainer  #103

@johanneshiry

Description

@johanneshiry

The current implementations of SubGridContainers and JointGridContainers do not check for uniqueness for uuids by default due to the current implementation of hashCode() and equals(). Hence we cannot ensure, that a Set<> contains unique elements in the sense of a unique uuid.
After discussing how to proceed with this, we agreed not to change the equals() and hashCode() implementations but instead introduce uuid uniqueness checks when building up SubGridContainers & JointGridContainers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions