Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "x participates only in bitwise operations, y participates only in arith. operations." hence 3rd line should be "y+=...", not "x+=...".

...

Code Block
bgColor#ffcccc
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>

...