Detector
, Priorities
public class FindUnrelatedTypesInGenericContainer extends java.lang.Object implements Detector
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
Constructor | Description |
---|---|
FindUnrelatedTypesInGenericContainer(BugReporter bugReporter) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
prescreen(ClassContext classContext,
org.apache.bcel.classfile.Method method) |
Use this to screen out methods that do not contain invocations.
|
void |
report() |
Empty
|
void |
visitClassContext(ClassContext classContext) |
Visit the class context
|
public FindUnrelatedTypesInGenericContainer(BugReporter bugReporter)
public void visitClassContext(ClassContext classContext)
visitClassContext
in interface Detector
classContext
- the ClassContextDetector.visitClassContext(edu.umd.cs.findbugs.ba.ClassContext)
public boolean prescreen(ClassContext classContext, org.apache.bcel.classfile.Method method)
public void report()
report
in interface Detector
Detector.report()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.