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

11 lines
301 B
HTML

<html>
<body>
Reports <code>synchronized</code> statements where the lock expression
is a non-<code>final</code> field.
<p>
Such statements are unlikely to have useful semantics, as different
threads may be locking on different objects even when operating on the same object.
</p>
</body>
</html>