Reports comparisons like
Integer.compare(a, b) == 0
which could be replaced simply with
a == b
.
New in 2018.2