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