...
Wiki Markup |
---|
\[[JLS 2005|AA. Bibliography#JLS 05]\] [§15.15.4 Unary Minus Operator|http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.15.4] and [§15.17.3 Remainder Operators|http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.17.3] |
...
INT01-J. Range check Check ranges before casting integers to narrower types 06. Integers (INT) INT03-J. Do not cast numeric types to wider floating-point types without range checking