Uses of Class
edu.umd.cs.findbugs.updates.UpdateChecker.PluginUpdate
Packages that use UpdateChecker.PluginUpdate
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 UpdateChecker.PluginUpdate in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return types with arguments of type UpdateChecker.PluginUpdateMethod parameters in edu.umd.cs.findbugs with type arguments of type UpdateChecker.PluginUpdateModifier and TypeMethodDescriptionvoid
DetectorFactoryCollection.pluginUpdateCheckComplete
(List<UpdateChecker.PluginUpdate> newUpdates, boolean force) -
Uses of UpdateChecker.PluginUpdate in edu.umd.cs.findbugs.gui2
Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type UpdateChecker.PluginUpdateModifier and TypeMethodDescriptionvoid
PluginUpdateDialog.showUpdateDialog
(Collection<UpdateChecker.PluginUpdate> updates, boolean force) -
Uses of UpdateChecker.PluginUpdate in edu.umd.cs.findbugs.updates
Method parameters in edu.umd.cs.findbugs.updates with type arguments of type UpdateChecker.PluginUpdateModifier and TypeMethodDescriptionvoid
PluginUpdateListener.pluginUpdateCheckComplete
(Collection<UpdateChecker.PluginUpdate> updates, boolean force) void
UpdateCheckCallback.pluginUpdateCheckComplete
(List<UpdateChecker.PluginUpdate> updates, boolean force) boolean
UpdateChecker.updatesHaveBeenSeenBefore
(Collection<UpdateChecker.PluginUpdate> updates)