...
Wiki Markup |
---|
\[[JLS 2005|AA. Bibliography#JLS 05]\] [Section 5.1.2|http://java.sun.com/docs/books/jls/third_edition/html/conversions.html#5.1.2], "Widening Primitive Conversion" |
...
NUM02NUM01-J. Do not assume that the remainder operator always returns a non-negative result for integral operands 03. Integers (INT) NUM04-J. Avoid using the char integral type to hold signed values