...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Other Languages
This rule appears in the C Coding Standard as EXP31-C. Avoid side effects in assertions.
...
EXP30-J. Do not depend on operator precedence while using expressions containing side-effects 04. Expressions (EXP) EXP32-J. Do not use the equal and not equal operators to compare boxed primitives