blob: 49a0dfa774e33ffd9392bfc636d4f4f13d097696 [file] [log] [blame]
<html>
<body>
Reports any <b>java.util.concurrent.locks.Lock</b> resource which is not acquired in front of a
<b>try</b> block and unlocked in the corresponding <b>finally</b> block. Such resources may
be inadvertently leaked if an exception is thrown before the resource is closed.
<!-- tooltip end -->
<p>
</body>
</html>