Reports operator invocations that can be replaced with method calls.

Example:


  a + b

After the quick-fix is applied:


  a.plus(b)