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 |
IFindBugsEngine.getUserPreferences()
Get the UserPreferences.
|
UserPreferences |
FindBugs2.getUserPreferences() |
Modifier and Type | Method and Description |
---|---|
protected void |
FindBugs2.configureFilters(UserPreferences userPreferences) |
void |
Project.setConfiguration(UserPreferences configuration) |
void |
IFindBugsEngine.setUserPreferences(UserPreferences userPreferences)
Set the UserPreferences representing which Detectors should be used.
|
void |
FindBugs2.setUserPreferences(UserPreferences userPreferences) |
Modifier and Type | Method and Description |
---|---|
UserPreferences |
UserPreferences.clone() |
static UserPreferences |
UserPreferences.createDefaultUserPreferences()
Create default UserPreferences.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.