Nested 'synchronized' statement

Last modified: 03 December 2024

Reports nested synchronized statements.

Nested synchronized statements are either redundant (if the lock objects are identical) or prone to deadlock.