Versions Compared

Key

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

...

This rule appears in the Java Secure Coding Standard as INT33-J. Be careful while casting Do not cast numeric types to wider floating-point types without range checking.

References

Wiki Markup
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] 6.3.1.4: "Real floating and integer"

...