| 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.config |
| Modifier and Type | Method and Description |
|---|---|
UserPreferences |
Project.getConfiguration() |
UserPreferences |
FindBugs2.getUserPreferences() |
UserPreferences |
IFindBugsEngine.getUserPreferences()
Get the UserPreferences.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FindBugs2.configureFilters(UserPreferences userPreferences) |
void |
Project.setConfiguration(UserPreferences configuration) |
void |
FindBugs2.setUserPreferences(UserPreferences userPreferences) |
void |
IFindBugsEngine.setUserPreferences(UserPreferences userPreferences)
Set the UserPreferences representing which Detectors should be used.
|
| Modifier and Type | Method and Description |
|---|---|
UserPreferences |
UserPreferences.clone() |
static UserPreferences |
UserPreferences.createDefaultUserPreferences()
Create default UserPreferences.
|
SpotBugs is licensed under the LGPL.