Closed negroelemental closed 6 years ago
Thanks for adding the check, it never crossed my mind . There are others methods like getPathModelByName
and getClipPathModelByName
that require a similar check. If you can add those, I'll merge the pull request.
Cheers.
Has this been merged? Are you open to receiving more PRs?
👏
I am closing this Pull Request due to inactivity. There were a few more methods that needed to be fixed the same way. I have now used the method suggested by @unidaysgraham , using Objects.equals(a,b)
, and fixed everything.
Thanks for your inputs and efforts @unidaysgraham and @negroelemental .
Cheers 🍻
Avoiding NnullPointerException when name of a GroupModel is null