Uses of Interface
edu.umd.cs.findbugs.GlobalOptions
-
Packages that use GlobalOptions Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.updates -
-
Uses of GlobalOptions in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement GlobalOptions Modifier and Type Class Description class
DetectorFactoryCollection
The DetectorFactoryCollection stores all of the DetectorFactory objects used to create the Detectors which implement the various analyses. -
Uses of GlobalOptions in edu.umd.cs.findbugs.updates
Subinterfaces of GlobalOptions in edu.umd.cs.findbugs.updates Modifier and Type Interface Description interface
UpdateCheckCallback
-