Skip to content

ModelRef equals fails when key is null #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
krico opened this issue Dec 23, 2014 · 0 comments · May be fixed by #20
Open

ModelRef equals fails when key is null #19

krico opened this issue Dec 23, 2014 · 0 comments · May be fixed by #20

Comments

@krico
Copy link

krico commented Dec 23, 2014

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);
}
@krico krico linked a pull request Dec 23, 2014 that will close this issue
krico added a commit to krico/jas that referenced this issue Dec 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant