Reports calls to equals() which can be replaced by == or != expressions without a change in semantics. These calls can be replaced when they are used to compare final classes which don't have their own equals() implementation, but use the default Object.equals(). This may result in better performance. There is a separate inspection for equals() calls on Enums.

New in 2017.3