Back to Intellij Community

GroovyNestedSynchronizedStatement

plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyNestedSynchronizedStatement.html

2025.3-rc-2154 B
Original Source

Reports nested synchronized statements.

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