Uses of Interface
edu.umd.cs.findbugs.IClassScreener
Packages that use IClassScreener
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.-
Uses of IClassScreener in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement IClassScreenerModifier and TypeClassDescriptionclassClass to pre-screen class files, so that only a subset are analyzed.Fields in edu.umd.cs.findbugs declared as IClassScreenerMethods in edu.umd.cs.findbugs with parameters of type IClassScreenerModifier and TypeMethodDescriptionvoidFindBugs2.setClassScreener(IClassScreener classScreener) voidIFindBugsEngine.setClassScreener(IClassScreener classScreener) Set the ClassScreener.