mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
11 lines
301 B
HTML
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>
|