Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot

...

Wiki Markup
\[[JLS 05|AA. Java References#JLS 05]\] Section [5.1.2, Widening Primitive Conversion|http://java.sun.com/docs/books/jls/third_edition/html/conversions.html#5.1.2]

...

INT06INT02-J. Do not use bitwise operators on integers incorrectlyassume a positive remainder when using the remainder operator      06. Integers (INT)      INT00INT04-J. Perform explicit range checking to ensure integer operations do not overflowDo not attempt to store signed values in the char integral type