eclipse-aspectj / aspectj

Other
303 stars 86 forks source link

Cleanup redundant null check before instanceof #161

Closed turbanoff closed 2 years ago

turbanoff commented 2 years ago

instanceof returns false for null. So separate null check is redundant.

kriegaex commented 2 years ago

Thanks again for helping to clean up the AspectJ code. 🙂