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.
-
LCK04-J. Do not synchronize on a collection view if the backing collection is accessible (SEI CERT Oracle Coding Standard for Java)
-
LCK03-J. Do not synchronize on the intrinsic locks of high-level concurrency objects (SEI CERT Oracle Coding Standard for Java)
-
LCK02-J. Do not synchronize on the class object returned by getClass() (SEI CERT Oracle Coding Standard for Java)
-
LCK06-J. Do not use an instance lock to protect shared static data (SEI CERT Oracle Coding Standard for Java)
-
LCK05-J. Synchronize access to static fields that can be modified by untrusted code (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)
-
-
LCK10-J. Use a correct form of the double-checked locking idiom (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)
-
LCK09-J. Do not perform operations that can block while holding a lock (SEI CERT Oracle Coding Standard for Java)