Detector, Priorities, StatelessDetector, java.lang.Cloneablepublic final class FindTwoLockWait extends java.lang.Object implements Detector, StatelessDetector
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY| Constructor | Description |
|---|---|
FindTwoLockWait(BugReporter bugReporter) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
boolean |
preScreen(org.apache.bcel.generic.MethodGen mg) |
|
void |
report() |
This method is called after all classes to be visited.
|
void |
visitClassContext(ClassContext classContext) |
Visit the ClassContext for a class which should be analyzed for instances
of bug patterns.
|
void |
visitLocation(ClassContext classContext,
Location location,
org.apache.bcel.generic.MethodGen methodGen,
LockDataflow dataflow) |
public FindTwoLockWait(BugReporter bugReporter)
public java.lang.Object clone()
clone in interface StatelessDetectorclone in class java.lang.Objectpublic void visitClassContext(ClassContext classContext)
DetectorvisitClassContext in interface DetectorclassContext - the ClassContextpublic boolean preScreen(org.apache.bcel.generic.MethodGen mg)
public void visitLocation(ClassContext classContext, Location location, org.apache.bcel.generic.MethodGen methodGen, LockDataflow dataflow) throws DataflowAnalysisException
DataflowAnalysisExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.