Reports expressions that can be replaced with a call to java.util.Objects.equals(), which is available since JDK 1.7. For example:
a != null && a.equals(b)

This inspection only reports if the project or module is configured to use a language level of 7 or higher.

New in 15