Reports lambda expressions which could be replaced with JDK method call.

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

New in 2017.1