Reports cases when
==
or
!=
is applied to a newly allocated object instead of an
equals()
call. Newly allocated objects cannot be equal to other objects, thus the compared objects are always unequal.
New in 2018.3