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.
-
ERR07-J. Do not throw RuntimeException, Exception, or Throwable (SEI CERT Oracle Coding Standard for Java)
-
ERR08-J. Do not catch NullPointerException or any of its ancestors (SEI CERT Oracle Coding Standard for Java)
-
LCK07-J. Avoid deadlock by requesting and releasing locks in the same order (SEI CERT Oracle Coding Standard for Java)
-
MSC07-J. Prevent multiple instantiations of singleton objects (SEI CERT Oracle Coding Standard for Java)
-
-
-
-
OBJ07-J. Sensitive classes must not let themselves be copied (SEI CERT Oracle Coding Standard for Java)
-
OBJ10-J. Do not use public static nonfinal fields (SEI CERT Oracle Coding Standard for Java)
-