themillhousegroup / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
36 stars 17 forks source link

Fix compiler null pointer access warnings. #16

Closed Cossey closed 3 years ago

Cossey commented 3 years ago

These changes get rid of the compiler warnings, these warnings were null pointer access warnings. Added two null checks in the base thing handler that were raising compiler warnings. Also fixed one check style warning.

themillhousegroup commented 3 years ago

This is great - thanks again for the contribution @Cossey 🥇