-
-
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
[bluetooth] Null annotations and SAT #13967
Conversation
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
I do have some questions. This and the related bluetooth bindings have warnings about the bridge id. I don;t understand why this is in place. So maybe someone can point me in the right direction, if this is fixable or not.
Also the BluetoothDiscoveryService.java shows some null pointer related issues i find hard to addres without making the code sloppy and unreadable. Hopefully someone can point me in the right direction. The build fails, the needed change in bluetooth.bluegiga has allready been prepared. |
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, thanks for this clean-up!
* null annotation, checkstyle, dependency Signed-off-by: Leo Siepel <leosiepel@gmail.com>
* null annotation, checkstyle, dependency Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Fixes openhab#15313 Partially reverts openhab#13967 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Fixes openhab#15313 Partially reverts openhab#13967 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Fixes openhab#15313 Partially reverts openhab#13967 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Fixes openhab#15313 Partially reverts openhab#13967 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
This and some more PR's to follow focus on reducing the SAT warnings and add null annotations to the set of bluetooth bindings. While doing so i tried to change as less as possible to the inner workings as it is a complex set.
Hopefully some (not yet) bugs are fixed in advance and no new ones are introduced.
Depends on #13974