Reports lambda expressions which can be replaced with a JDK method call.

For example, the expression x -> x of the Function<T, T> type can be replaced with the Function.identity() call.

New in 2017.1