Replaceable assignments
- Assignment can be replaced with increment or decrement
Reports the assignments that can be replaced with incrementing (++) or decrementing (--) operations.
- Assignment can be replaced with operator assignment
Reports the assignments that can be replaced with combined operator assignments (for example, +=).