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.
-
-
NUM09-J. Do not use floating-point variables as loop counters (SEI CERT Oracle Coding Standard for Java)
-
DCL53-J. Minimize the scope of variables (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)
-
OBJ11-J. Be wary of letting constructors throw exceptions (SEI CERT Oracle Coding Standard for Java)
-
-
THI02-J. Notify all waiting threads rather than a single thread (SEI CERT Oracle Coding Standard for Java)