Reports method calls that can be replaced with operator invocations.

Example:


  a.plus(b)

After the quick-fix is applied:


  a + b