|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPreferences | |
---|---|
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 |
Uses of UserPreferences in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs that return UserPreferences | |
---|---|
UserPreferences |
IFindBugsEngine.getUserPreferences()
Get the UserPreferences. |
UserPreferences |
FindBugs2.getUserPreferences()
|
Methods in edu.umd.cs.findbugs with parameters of type UserPreferences | |
---|---|
static java.util.Set<java.lang.String> |
FindBugs.handleBugCategories(UserPreferences userPreferences,
java.lang.String categories)
Process -bugCategories option. |
void |
IFindBugsEngine.setUserPreferences(UserPreferences userPreferences)
Set the UserPreferences representing which Detectors should be used. |
void |
FindBugs2.setUserPreferences(UserPreferences userPreferences)
|
Uses of UserPreferences in edu.umd.cs.findbugs.config |
---|
Methods in edu.umd.cs.findbugs.config that return UserPreferences | |
---|---|
static UserPreferences |
UserPreferences.createDefaultUserPreferences()
Create default UserPreferences. |
static UserPreferences |
UserPreferences.getUserPreferences()
Get UserPreferences singleton. |
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |