
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.
-
STR04-J. Use compatible character encodings when communicating string data between JVMs (SEI CERT Oracle Coding Standard for Java)
-
SEC01-J. Do not allow tainted variables in privileged blocks (SEI CERT Oracle Coding Standard for Java)
-
EXP03-J. Do not use the equality operators when comparing values of boxed primitives (SEI CERT Oracle Coding Standard for Java)
-
SER08-J. Minimize privileges before deserializing from a privileged context (SEI CERT Oracle Coding Standard for Java)
-
MET00-J. Validate method arguments (SEI CERT Oracle Coding Standard for Java)
-
EXP01-J. Do not use a null in a case where an object is required (SEI CERT Oracle Coding Standard for Java)
-
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)
-
MET10-J. Follow the general contract when implementing the compareTo() method (SEI CERT Oracle Coding Standard for Java)
-
EXP05-J. Do not follow a write by a subsequent write or read of the same object within an expression (SEI CERT Oracle Coding Standard for Java)