-
-
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
[knx] Improve thread safety, null-analysis #14509
Conversation
As this is not a 1:1 pick, lets see if issues show up in the next days. Opening the PR today to link it in the task list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not so easy to compare because a lot of the null fixes were already part of your previous changes. I left just one comment, but I guess that's only cosmetic.
...b.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/DeviceThingHandler.java
Show resolved
Hide resolved
Carryover from smarthomej/addons#13 and smarthomej/addons#46, smarthomej/addons#60. Also-by: Jan N. Klug <github@klug.nrw> Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
a492b76
to
8d4b7c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Carryover from smarthomej/addons#13 and smarthomej/addons#46, smarthomej/addons#60. Also-by: Jan N. Klug <github@klug.nrw> Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Carryover from smarthomej/addons#13 and smarthomej/addons#46, smarthomej/addons#60. Also-by: Jan N. Klug <github@klug.nrw> Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Carryover from smarthomej/addons#13 and smarthomej/addons#46, smarthomej/addons#60.
Also-by: Jan N. Klug github@klug.nrw
Refs: #14502