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 NPE in some cases #179

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Fix NPE in some cases #179

merged 1 commit into from
Aug 31, 2023

Conversation

udenr
Copy link
Collaborator

@udenr udenr commented Aug 31, 2023

currentErrorCorrections might be null in some cases (see #177). The same functionality is already called in updateDropDownMenus#updateErrorCorrectionMenu with the necessary null check in place. So these lines are not needed.

Fixes #177

@udenr udenr self-assigned this Aug 31, 2023
@udenr udenr linked an issue Aug 31, 2023 that may be closed by this pull request
@udenr udenr merged commit dd843ad into master Aug 31, 2023
2 checks passed
@udenr udenr deleted the fix/177-nullpointerexception branch August 31, 2023 15:10
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 this pull request may close these issues.

java.lang.NullPointerException in some cases
1 participant