...
| Wiki Markup |
|---|
This noncompliant code example shows integer promotion resulting from the use of the bit-wise OR operator. The byte array element is sign -extended to 32 bits before it is used as an operand. If it originally contained the value {{0xff}}, it would contain {{0xffffffff}} \[[Findbugs 2008|AA. References#Findbugs 08]\]. |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cee4615a268a71ff-eb25cbf6-47274be6-af639616-fc3527bd676eb8288be69329"><ac:plain-text-body><![CDATA[ | [[Bloch 2005 | AA. References#Bloch 05]] | Puzzle 9: "Tweedledum" | ]]></ac:plain-text-body></ac:structured-macro> | |
| Puzzle 31: "Ghost of Looper" | ||||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="eae2069742f826e8-6baf80f8-4d044c9b-b745bcca-2e250510062cf21c4fd593b7"><ac:plain-text-body><![CDATA[ | [[Findbugs 2008 | AA. References#Findbugs 08]] | "BIT: Bitwise OR of signed byte value" | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="97395d8e4100ff51-5dfca809-4a4141d3-8c2da762-71206383909b1f618dcd06fb"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. References#JLS 05]] | [§4.2.2, "Integer Operations" | http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.2.2] | ]]></ac:plain-text-body></ac:structured-macro> |
| |||||
|
...