Uses of Interface
edu.umd.cs.findbugs.updates.UpdateCheckCallback
-
Packages that use UpdateCheckCallback 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 UpdateCheckCallback in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement UpdateCheckCallback 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 UpdateCheckCallback in edu.umd.cs.findbugs.updates
Constructors in edu.umd.cs.findbugs.updates with parameters of type UpdateCheckCallback Constructor Description UpdateChecker(UpdateCheckCallback dfc)
-