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