...
Wiki Markup |
---|
\[[SCG 07|AA. Java References#SCG 07]\] Introduction \[[JLS 03|AA. Java References#JLS 03]\] 4.2.2 Integer Operations and 15.22 Bitwise and Logical Operators \[[Tutorials 08|AA. Java References#Tutorials 08]\] Primitive Data Types \[[Seacord 05|AA. Java References#Seacord 05]\] Chapter 5. Integers \[[Bloch 05|AA. Java References#Bloch 05]\] Puzzle 27: Shifty i's \[[MITRE 09|AA. Java References#MITRE 09]\] [CWE ID 682|http://cwe.mitre.org/data/definitions/682.html] "Incorrect Calculation", [CWE ID 190|http://cwe.mitre.org/data/definitions/190.html] "Integer Overflow or Wraparound", [CWE ID 191|http://cwe.mitre.org/data/definitions/191.html] "Integer Underflow (Wrap or Wraparound)" |
...
INT33INT03-J. Do not cast numeric types to wider floating-point types without range checking 06. Integers (INT) INT35-J. Do not attempt to store signed values in the char integral type