Reports method references mapped to Comparator interface which don't fulfill its contract.

Some method references like Integer::max can be mapped to Comparator interface. However using them as Comparator is meaningless and result might be unpredictable.

New in 2016.3