1.4.36. Migration to 7.5.4¶
1.4.36.1. Stylecheck¶
CWE-Behavioral-Problems-783¶
The rule no longer checks for redundant parentheses in algebraic expressions like the rule
CertC-EXP00 does, because this check contradicts the intention of this rule to
regularly wrap sub-expressions in parentheses instead of relying on precedences. Unlike
rule CertC-EXP00 this rule makes no exceptions for algebraic expressions. As a
consequence the message key parens_duplicating_algebraic_order has been removed.