blob: aa0e3e7c3cf252dbfe53467e6ccecb9e2473219d [file] [log] [blame]
<html>
<body>
This inspection reports any @net.jcip.annotations.GuardedBy annotations where the guarding field
is not final. Gaurding on a non-final field may result in unexpected race conditions, as locks will
be held on the value of the field (which may change), rather than the field itself.
</body>
</html>