Skip to content
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

Null pointer exception in EntityComparator compare(..) method when expected null #36

Closed
costea32 opened this issue Nov 7, 2016 · 0 comments

Comments

@costea32
Copy link
Collaborator

costea32 commented Nov 7, 2016

@Test public void unit_strategy_entityComparator_expectedNull(){ EntityComparator comparator=new EntityComparator(); comparator.compare(new SimpleModel("test",123),null); }

@costea32 costea32 added this to the r0.1.2 milestone Nov 7, 2016
costea32 added a commit that referenced this issue Nov 7, 2016
@costea32 costea32 self-assigned this Nov 7, 2016
costea32 added a commit that referenced this issue Nov 7, 2016
Adding helper class for null comparisons prior to actual comparator and
updated in DateTimeComparator, EntityComparator and
ChildEntityComparator
costea32 added a commit that referenced this issue Nov 7, 2016
costea32 added a commit that referenced this issue Nov 7, 2016
Adding helper class for null comparisons prior to actual comparator and
updated in DateTimeComparator, EntityComparator and
ChildEntityComparator
@costea32 costea32 added the Fixed label Nov 7, 2016
@costea32 costea32 closed this as completed Nov 7, 2016
costea32 added a commit that referenced this issue Nov 12, 2016
costea32 added a commit that referenced this issue Nov 12, 2016
Adding helper class for null comparisons prior to actual comparator and
updated in DateTimeComparator, EntityComparator and
ChildEntityComparator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant