Reports calls to Collections.sort(list, comparator) which could be replaced with list.sort(comparator).

This inspection only reports if the language level of the project or module is 8 or higher

New in 2016.3