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.
-
-
ERR50-CPP. Do not abruptly terminate the program (SEI CERT C++ Coding Standard)
-
EXP01-J. Do not use a null in a case where an object is required (SEI CERT Oracle Coding Standard for Java)
-
DCL02-J. Do not modify the collection's elements during an enhanced for statement (SEI CERT Oracle Coding Standard for Java)
-
POS39-C. Use the correct byte ordering when transferring data between systems (SEI CERT C Coding Standard)
-
-
NUM08-J. Check floating-point inputs for exceptional values (SEI CERT Oracle Coding Standard for Java)
-
EXP06-J. Expressions used in assertions must not produce side effects (SEI CERT Oracle Coding Standard for Java)
-
POS38-C. Beware of race conditions when using fork and file descriptors (SEI CERT C Coding Standard)
-
MET10-J. Follow the general contract when implementing the compareTo() method (SEI CERT Oracle Coding Standard for Java)