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 PseudoIterator.asList() Nullpointer Exception #197

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

JohannMaierhofer
Copy link

In Feature #162 wurde der Iterator durch eine Liste ersetzt und PseudoIterator.asList(it) benutzt.
Leider prüft diese Methode nicht auf null und es gibt eine Exception wenn it null ist.
Ich habe jetzt an allen Stellen den Check auf null gemacht und den Iterator nur bei != null aufgerufen.

dippeal
dippeal previously approved these changes Mar 28, 2024
@dippeal dippeal added the fix This will fix a bug label Mar 28, 2024
@JohannMaierhofer
Copy link
Author

Habe den Merge Konflikt gelöst

@MSchmalzl MSchmalzl merged commit cdaaeac into openjverein:master Mar 28, 2024
@JohannMaierhofer JohannMaierhofer deleted the fix_pseudoiterator branch March 28, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix This will fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants