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

Fix matching of null values #37

Closed
jakobbraun opened this issue Sep 24, 2021 · 0 comments · Fixed by #38
Closed

Fix matching of null values #37

jakobbraun opened this issue Sep 24, 2021 · 0 comments · Fixed by #38
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@jakobbraun
Copy link
Contributor

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);
    }
@jakobbraun jakobbraun added the bug Unwanted / harmful behavior label Sep 24, 2021
@redcatbear redcatbear self-assigned this Oct 11, 2021
redcatbear added a commit that referenced this issue Oct 11, 2021
redcatbear added a commit that referenced this issue Oct 11, 2021
redcatbear added a commit that referenced this issue Oct 11, 2021
redcatbear added a commit that referenced this issue Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants