We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, matching fails if the actual value was null:
java.lang.NullPointerException at com.exasol.matcher.FuzzyCellMatcher.defaultCompare(FuzzyCellMatcher.java:94)
private boolean defaultCompare(final Object actual) { return actual.equals(this.expected); }
The text was updated successfully, but these errors were encountered:
#37: Fix matching of null values
5765936
#37: Fixed review findings.
fdcb543
#37: Updated change log entry.
5a99007
#37: Fix matching of null values (#38)
ab7dfd6
Co-authored-by: jakobbraun <[email protected]>
redcatbear
Successfully merging a pull request may close this issue.
Currently, matching fails if the actual value was null:
The text was updated successfully, but these errors were encountered: