blob: d690e66dfd2381667fcf5d9a4cf844a7ad9cc595 [file] [log] [blame]
<html>
<body>
Reports synchronization on a local variable or parameter. Such
synchronization has little effect, since different threads usually will have
different values for the local variable or parameter. The intent of the code
will usually be clearer if synchronization on a field is used.
<!-- tooltip end -->
<p>
</body>
</html>