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.
-
OBJ11-J. Be wary of letting constructors throw exceptions (SEI CERT Oracle Coding Standard for Java)
-
DCL00-J. Prevent class initialization cycles (SEI CERT Oracle Coding Standard for Java)
-
MSC04-J. Do not leak memory (SEI CERT Oracle Coding Standard for Java)
-
ERR09-J. Do not allow untrusted code to terminate the JVM (SEI CERT Oracle Coding Standard for Java)
-
MET05-J. Ensure that constructors do not call overridable methods (SEI CERT Oracle Coding Standard for Java)
-
ERR04-J. Do not complete abruptly from a finally block (SEI CERT Oracle Coding Standard for Java)
-
OBJ08-J. Do not expose private members of an outer class from within a nested class (SEI CERT Oracle Coding Standard for Java)
-
FIO07-J. Do not let external processes block on IO buffers (SEI CERT Oracle Coding Standard for Java)
-
-
OBJ04-J. Provide mutable classes with copy functionality to safely allow passing instances to untrusted code (SEI CERT Oracle Coding Standard for Java)