blob: c7daa9fa622fd7786d04fa1cd98959e79b05509f [file] [log] [blame]
<html>
<body>
Reports methods of which the body is contained in a single
<b>synchronized</b> statement. The lock expression
for this <b>synchronized</b> statement must be
equal to <b>this</b> for instance methods
or ClassName.<b>class</b> for static methods. In
such cases the synchronized statements may be replaced by their contents and the
containing method marked <b>synchronized</b>.
<!-- tooltip end -->
<p>
</body>
</html>