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.
-
MSC54-CPP. A signal handler must be a plain old function (SEI CERT C++ Coding Standard)
-
STR03-J. Do not encode noncharacter data as a string (SEI CERT Oracle Coding Standard for Java)
-
STR00-J. Don't form strings containing partial characters from variable-width encodings (SEI CERT Oracle Coding Standard for Java)
-
-
-
IDS13-J. Use compatible character encodings on both sides of file or network IO (SEI CERT Oracle Coding Standard for Java)
-
FIO11-J. Do not convert between strings and bytes without specifying a valid character encoding (SEI CERT Oracle Coding Standard for Java)
-
IDS09-J. Specify an appropriate locale when comparing locale-dependent data (SEI CERT Oracle Coding Standard for Java)
-
IDS10-J. Don't form strings containing partial characters (SEI CERT Oracle Coding Standard for Java)
-
DCL57-CPP. Do not let exceptions escape from destructors or deallocation functions (SEI CERT C++ Coding Standard)