...
Wiki Markup |
---|
The precedence of operations by the order of the subclauses are defined in the Java Tutorials \[[Tutorials 08|AA. Java References#Tutorials 08]\]. |
This The recommendation is similar to EXP30-J. Do not depend on operator precedence while using expressions containing side-effects, however it applies to more than the advises against depending on parentheses for specifying the evaluation order, however this advice is applicable only to expressions that contain side-effects.
Noncompliant Code Example
...