Labelled content
This list shows content tagged with the following label:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
-
TPS02-J. Ensure that tasks submitted to a thread pool are interruptible (SEI CERT Oracle Coding Standard for Java)
-
THI04-J. Ensure that threads performing blocking operations can be terminated (SEI CERT Oracle Coding Standard for Java)
-
LCK11-J. Avoid client-side locking when using classes that do not commit to their locking strategy (SEI CERT Oracle Coding Standard for Java)
-
-
LCK08-J. Ensure actively held locks are released on exceptional conditions (SEI CERT Oracle Coding Standard for Java)
-
TSM02-J. Do not use background threads during class initialization (SEI CERT Oracle Coding Standard for Java)
-
LCK09-J. Do not perform operations that can block while holding a lock (SEI CERT Oracle Coding Standard for Java)
-
LCK01-J. Do not synchronize on objects that may be reused (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)