CWE-585: Empty Synchronized Block
The product contains an empty synchronized block.
Overview
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.
Common consequences
What can happen when CWE-585 is exploited.