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. The inspection also may detect newly created objects returned from simple methods.

New in 2018.3