edu.umd.cs.findbugs.detect

Class FindJSR166LockMonitorenter

public final class FindJSR166LockMonitorenter extends Object implements Detector, StatelessDetector

Find places where ordinary (balanced) synchronization is performed on JSR166 Lock objects. Suggested by Doug Lea.

Author: David Hovemeyer

Constructor Summary
FindJSR166LockMonitorenter(BugReporter bugReporter)
Method Summary
voidreport()
voidvisitClassContext(ClassContext classContext)

Constructor Detail

FindJSR166LockMonitorenter

public FindJSR166LockMonitorenter(BugReporter bugReporter)

Method Detail

report

public void report()

visitClassContext

public void visitClassContext(ClassContext classContext)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.