Versions Compared

Key

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

...

Although the overall conditional expression violates this guidelinerule, this code is compliant because the sub-expressions on either side of the && operator do not violate it. Each has exactly one assignment and one side effect (the reading of a character from in).

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d93626bd7590bca3-00ec8515-4f944364-a63c91e7-50064369c203982f571653c6"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

[§15.7, "Evaluation Order"

http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.7]

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

 

§15.7.3, "Evaluation Respects Parentheses and Precedence"

...