...
| 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="532de7af483887c8-b148ed84-46dc457c-9b02b2fc-8c49eec451a68638ec1c7ab9"><ac:plain-text-body><![CDATA[ | [[Steele 1977 | AA. References#Steele 1977]] | ]]></ac:plain-text-body></ac:structured-macro> |
...