Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle issue in eq and neq when any of params is null (#552)
Fixes regression made by 59bd121 Closes #551 We have observed that while evaluating neq or eq, the second param might be null. After #498 it started causing NullPointerException so I made a special check for that. Additionally, I allowed the first param to be nullable as well.
- Loading branch information