Reports assignments which can be replaced by an operator assignment.

Example:


  a = a + b

After the quick-fix is applied:


  a += b

Configure the inspection: