Reports calls to Objects.equals(a, b) where the first argument is statically known to be non-null. Such a call can be safely replaced with a.equals(b).

New in 2018.3