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 returning null in TimeBasedWeatherValueData #356

Open
johanneshiry opened this issue May 21, 2021 · 0 comments · May be fixed by #1052
Open

Fix returning null in TimeBasedWeatherValueData #356

johanneshiry opened this issue May 21, 2021 · 0 comments · May be fixed by #1052
Assignees
Labels
bug Something isn't working
Projects

Comments

@johanneshiry
Copy link
Member

johanneshiry commented May 21, 2021

TimeBasedWeatherValueData:36 returns null instead of e.g. Optional. This is dangerous as it might cause NullPointerExceptions and hence should be addressed.

This also affects the corresponding interface method and may require more refactoring.

@johanneshiry johanneshiry added the bug Something isn't working label May 21, 2021
@johanneshiry johanneshiry added this to Needs triage in BugTracker via automation May 21, 2021
@johanneshiry johanneshiry moved this from Needs triage to Low priority in BugTracker May 21, 2021
@pierrepetersmeier pierrepetersmeier self-assigned this Mar 3, 2024
danielfeismann added a commit that referenced this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment