Empty Synchronized Block
CWE-585 · Variant · Draft
The product contains an empty synchronized block.
Extended description
An empty synchronized block does not actually accomplish any synchronization and may indicate a troubled section of code. An empty synchronized block can occur because code no longer needed within the synchronized block is commented out without removing the synchronized block.