Code Inspection: Result of increment or decrement used
Reports increment ( ++ ) or decrement ( -- ) expressions where the result of the assignment is used in a containing expression. Such assignments can result in confusion due to order of operations, as evaluation of the assignment may effect the outer expression in unexpected ways.
Last modified: 08 May 2020