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.
-
Rec. 03. Numeric Types and Operations (NUM) (SEI CERT Oracle Coding Standard for Java)
-
-
NUM02-J. Ensure that division and remainder operations do not result in divide-by-zero errors (SEI CERT Oracle Coding Standard for Java)
-
Rule 03. Numeric Types and Operations (NUM) (SEI CERT Oracle Coding Standard for Java)
-
NUM54-J. Do not use denormalized numbers (SEI CERT Oracle Coding Standard for Java)
-
NUM12-J. Ensure conversions of numeric types to narrower types do not result in lost or misinterpreted data (SEI CERT Oracle Coding Standard for Java)
-
NUM01-J. Do not perform bitwise and arithmetic operations on the same data (SEI CERT Oracle Coding Standard for Java)
-
NUM11-J. Do not compare or inspect the string representation of floating-point values (SEI CERT Oracle Coding Standard for Java)
-
NUM10-J. Do not construct BigDecimal objects from floating-point literals (SEI CERT Oracle Coding Standard for Java)
-
NUM51-J. Do not assume that the remainder operator always returns a nonnegative result for integral operands (SEI CERT Oracle Coding Standard for Java)