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 TypeMethodDescriptionvoidDetectorFactoryCollection.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 TypeMethodDescriptionvoidPluginUpdateDialog.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 TypeMethodDescriptionvoidPluginUpdateListener.pluginUpdateCheckComplete(Collection<UpdateChecker.PluginUpdate> updates, boolean force) voidUpdateCheckCallback.pluginUpdateCheckComplete(List<UpdateChecker.PluginUpdate> updates, boolean force) booleanUpdateChecker.updatesHaveBeenSeenBefore(Collection<UpdateChecker.PluginUpdate> updates)