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.
-
-
EXP04-J. Do not pass arguments to certain Java Collections Framework methods that are a different type than the collection parameter type (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)
-
EXP00-J. Do not ignore values returned by methods (SEI CERT Oracle Coding Standard for Java)
-
NUM07-J. Do not attempt comparisons with NaN (SEI CERT Oracle Coding Standard for Java)
-
IDS06-J. Exclude unsanitized user input from format strings (SEI CERT Oracle Coding Standard for Java)
-
ERR02-J. Prevent exceptions while logging data (SEI CERT Oracle Coding Standard for Java)
-
MET12-J. Do not use finalizers (SEI CERT Oracle Coding Standard for Java)