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 | Description |
---|---|---|
UserPreferences |
FindBugs2.getUserPreferences() |
|
UserPreferences |
IFindBugsEngine.getUserPreferences() |
Get the UserPreferences.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Set<java.lang.String> |
FindBugs.handleBugCategories(UserPreferences userPreferences,
java.lang.String categories) |
Process -bugCategories option.
|
void |
FindBugs2.setUserPreferences(UserPreferences userPreferences) |
|
void |
IFindBugsEngine.setUserPreferences(UserPreferences userPreferences) |
Set the UserPreferences representing which Detectors
should be used.
|
Modifier and Type | Method | Description |
---|---|---|
static UserPreferences |
UserPreferences.createDefaultUserPreferences() |
Create default UserPreferences.
|
static UserPreferences |
UserPreferences.getUserPreferences() |
Get UserPreferences singleton.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.