-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[miele] Error handling improvements #12496
Labels
enhancement
An enhancement or new feature for an existing add-on
Comments
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Mar 20, 2022
Fixes openhab#12496 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
NickWaterton
pushed a commit
to NickWaterton/openhab-addons
that referenced
this issue
Apr 27, 2022
…penhab#12497) * Add null annotations and improve error handling robustness * Fix compliancy with rule ConstantNameCheck Fixes openhab#12496 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
andan67
pushed a commit
to andan67/openhab-addons
that referenced
this issue
Nov 6, 2022
…penhab#12497) * Add null annotations and improve error handling robustness * Fix compliancy with rule ConstantNameCheck Fixes openhab#12496 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
andrasU
pushed a commit
to andrasU/openhab-addons
that referenced
this issue
Nov 12, 2022
…penhab#12497) * Add null annotations and improve error handling robustness * Fix compliancy with rule ConstantNameCheck Fixes openhab#12496 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
psmedley
pushed a commit
to psmedley/openhab-addons
that referenced
this issue
Feb 23, 2023
…penhab#12497) * Add null annotations and improve error handling robustness * Fix compliancy with rule ConstantNameCheck Fixes openhab#12496 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the Miele binding doesn't have null-annotations, which hides some underlying problems like incomplete error handling and risk of
NullPointerExceptions
.This issue is placeholder for some planned improvements:
The text was updated successfully, but these errors were encountered: