Class FindUnrelatedTypesInGenericContainer
java.lang.Object
edu.umd.cs.findbugs.detect.FindUnrelatedTypesInGenericContainer
- All Implemented Interfaces:
Detector, Priorities
-
Field Summary
Fields inherited from interface Priorities
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprescreen(ClassContext classContext, org.apache.bcel.classfile.Method method) Use this to screen out methods that do not contain invocations.voidreport()EmptyvoidvisitClassContext(ClassContext classContext) Visit the class context
-
Constructor Details
-
FindUnrelatedTypesInGenericContainer
-
-
Method Details
-
visitClassContext
Visit the class context- Specified by:
visitClassContextin interfaceDetector- Parameters:
classContext- the ClassContext- See Also:
-
prescreen
Use this to screen out methods that do not contain invocations. -
report
-