Reports redundant Comparator combinator constructs like
thenComparing(Comparator.comparing(function))
which can be simplified to
thenComparing(function)
.
New in 2018.1