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.
-
OBJ05-J. Do not return references to private mutable class members (SEI CERT Oracle Coding Standard for Java)
-
SER07-J. Do not use the default serialized form for classes with implementation-defined invariants (SEI CERT Oracle Coding Standard for Java)
-
SER11-J. Prevent overwriting of externalizable objects (SEI CERT Oracle Coding Standard for Java)
-
SER10-J. Avoid memory and resource leaks during serialization (SEI CERT Oracle Coding Standard for Java)
-
SER00-J. Enable serialization compatibility during class evolution (SEI CERT Oracle Coding Standard for Java)
-
FIO08-J. Distinguish between characters or bytes read from a stream and -1 (SEI CERT Oracle Coding Standard for Java)
-
FIO13-J. Do not log sensitive information outside a trust boundary (SEI CERT Oracle Coding Standard for Java)
-
ERR06-J. Do not throw undeclared checked exceptions (SEI CERT Oracle Coding Standard for Java)
-
FIO10-J. Ensure the array is filled when using read() to fill an array (SEI CERT Oracle Coding Standard for Java)
-
SER02-J. Sign then seal objects before sending them outside a trust boundary (SEI CERT Oracle Coding Standard for Java)