This inspection reports any synchronized block which locks on an instance of java.util.concurrent.locks.Lock. Such synchronization is almost certainly inadvertant, and appropriate versions of .lock() and .unlock() should be used instead.
Powered by InspectionGadgets