Closed turbanoff closed 2 years ago
instanceof returns false for null. So separate null check is redundant.
instanceof
false
null
Thanks again for helping to clean up the AspectJ code. 🙂
instanceof
returnsfalse
fornull
. So separate null check is redundant.