-
-
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
Upgrade SAT plugin to 0.16.0 #16582
Upgrade SAT plugin to 0.16.0 #16582
Conversation
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 for MQTT
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.
Please add null checks to prevent NPE.
...enhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/connection/Clip2Bridge.java
Show resolved
Hide resolved
...enhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/connection/Clip2Bridge.java
Show resolved
Hide resolved
Modify code which leads to build error with new version of SpotBugs. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
bbe3197
to
6847db5
Compare
Sorry for force-pushing, but it was necessary to resolve merge conflict with current main branch. |
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.
Thanks for the upgrade. 👍
Modify code which leads to build error with new version of SpotBugs. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Modify code which leads to build error with new version of SpotBugs. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> Signed-off-by: Alexander Drent <Alex@Drent-ict.nl>
Modify code which leads to build error with new version of SpotBugs. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Modify code which leads to build error with new version of SpotBugs. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Modify code which leads to build error with new version of SpotBugs. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Modify code which leads to build error with new version of SpotBugs. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
Static code analysis: SAT plugin 0.16.0 has been released yesterday.
https://github.com/openhab/static-code-analysis/releases/tag/0.16.0
This PR upgrades to this version and modifies code which leads to build error with new version of SpotBugs.
Refs: openhab/openhab-distro#1590