Files
openide/plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyNestedSynchronizedStatement.html
Konstantin Nisht 73a842644a [groovy] Re-proofread inspection messages
GitOrigin-RevId: d946743c6f9ea2a1cb44f5676f4098d9e56e4d49
2021-06-02 15:13:27 +00:00

10 lines
219 B
HTML

<html>
<body>
Reports nested <code>synchronized</code> statements.
<p>
Nested <code>synchronized</code> statements
are either redundant (if the lock objects are identical) or prone to deadlock.
</p>
</body>
</html>