...
Code Block | ||
---|---|---|
| ||
int x = 50; int y = x << 2; xy += y + 1; |
This example is noncompliant because the actual data has both bitwise and arithmetic operations performed on it, even though the operations are performed on different variables.
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f07cc23ba179afc2-00aca999-42414732-a21fbbd9-8abc59b039e3ce1b461ba492"><ac:plain-text-body><![CDATA[ | [[Steele 1977 | AA. References#Steele 1977]] | ]]></ac:plain-text-body></ac:structured-macro> |
...