| 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 |
| Modifier and Type | Method and Description |
|---|---|
FutureValue<Collection<UpdateChecker.PluginUpdate>> |
DetectorFactoryCollection.getUpdates() |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectorFactoryCollection.pluginUpdateCheckComplete(List<UpdateChecker.PluginUpdate> newUpdates,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginUpdateDialog.showUpdateDialog(Collection<UpdateChecker.PluginUpdate> updates,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginUpdateListener.pluginUpdateCheckComplete(Collection<UpdateChecker.PluginUpdate> updates,
boolean force) |
void |
UpdateCheckCallback.pluginUpdateCheckComplete(List<UpdateChecker.PluginUpdate> updates,
boolean force) |
boolean |
UpdateChecker.updatesHaveBeenSeenBefore(Collection<UpdateChecker.PluginUpdate> updates) |
Copyright © 2003–2015. All rights reserved.