Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
NUM08-J. Check floating-point inputs for exceptional values (SEI CERT Oracle Coding Standard for Java)
-
NUM52-J. Be aware of numeric promotion behavior (SEI CERT Oracle Coding Standard for Java)
-
NUM53-J. Use the strictfp modifier for floating-point calculation consistency across platforms (SEI CERT Oracle Coding Standard for Java)
-
NUM03-J. Use integer types that can fully represent the possible range of unsigned data (SEI CERT Oracle Coding Standard for Java)
-
NUM00-J. Detect or prevent integer overflow (SEI CERT Oracle Coding Standard for Java)
-
-
NUM09-J. Do not use floating-point variables as loop counters (SEI CERT Oracle Coding Standard for Java)
-
NUM04-J. Do not use floating-point numbers if precise computation is required (SEI CERT Oracle Coding Standard for Java)
-
NUM07-J. Do not attempt comparisons with NaN (SEI CERT Oracle Coding Standard for Java)
-
NUM13-J. Avoid loss of precision when converting primitive integers to floating-point (SEI CERT Oracle Coding Standard for Java)