resources.report.rules.findbugs.JLM_JSR166_LOCK_MONITORENTER.html Maven / Gradle / Ivy
JLM_JSR166_LOCK_MONITORENTER
JLM: Synchronization performed on Lock (JLM_JSR166_LOCK_MONITORENTER)
This method performs synchronization an object that implements
java.util.concurrent.locks.Lock. Such an object is locked/unlocked
using
acquire()
/release()
rather
than using the synchronized (...)
construct.