Files
gerrit/java/com
David Pursehouse d6eb1c29a8 Remove redundant null checks used with "instanceof"
SonarLint reports:

Null checks should not be used with "instanceof" (squid:S4201)

There's no need to null test in conjunction with an instanceof test.
null is not an instanceof anything, so a null check is redundant.

Change-Id: I29506aebfe337c8c300b46179e43b3057d9ae370
2020-02-19 17:50:24 +09:00
..