hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Object.equals() on proxied interfaces will throw NPE if it is passed a null #140

Closed brett-smith closed 3 years ago

brett-smith commented 3 years ago

Minor bug fix. I found that comparing a proxied instance to null will throw a NullPointerException.