Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Although it advises against depending on parentheses for specifying evaluation order, guideline EXP08-J. Do not write more than once to the same variable within an expression applies only to expressions that contain side effects.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="bcca0558c3a8b882-244b59f1-44794433-a63ba385-1f261f3cafeb34214e20f46f"><ac:plain-text-body><![CDATA[

[[ESA 2005

AA. References#ESA 05]]

Rule 65: Use parentheses to explicitly indicate the order of execution of numerical operators

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8d874392563394b6-e5984ed2-4d064b19-8f92acae-91ccaa7610f6b3cfb9f4e10f"><ac:plain-text-body><![CDATA[

[[Tutorials 2008

AA. References#Tutorials 08]]

[Expressions, Statements, and Blocks

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/expressions.html]

]]></ac:plain-text-body></ac:structured-macro>

 

Operators

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a4b16884c7bbce8a-ec7446a2-448f4e7c-a12486b6-4da8923623121a08ee33f3c4"><ac:plain-text-body><![CDATA[

[[Rogue 2000

AA. References#Rogue 2000]]

Rule 77: Clarify the order of operations with parentheses

]]></ac:plain-text-body></ac:structured-macro>

...