Skip to content

ModelRef equals fails when key is null #19

@krico

Description

@krico

The following test fails

@Test
public void testEquals() {
    ModelRef<T> m1 = new ModelRef<>();
    ModelRef<T> m2 = new ModelRef<>();
    assertEquals("m1 and m2 are identical",m1, m2);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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