Uses of Class
edu.umd.cs.findbugs.config.UserPreferences
Packages that use UserPreferences
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.-
Uses of UserPreferences in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as UserPreferencesModifier and TypeFieldDescriptionprivate UserPreferences
Project.configuration
(package private) UserPreferences
AnalysisOptions.userPreferences
Methods in edu.umd.cs.findbugs that return UserPreferencesModifier and TypeMethodDescriptionProject.getConfiguration()
FindBugs2.getUserPreferences()
IFindBugsEngine.getUserPreferences()
Get the UserPreferences.private UserPreferences
TextUICommandLine.getUserPreferences()
Methods in edu.umd.cs.findbugs with parameters of type UserPreferencesModifier and TypeMethodDescriptionprotected 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. -
Uses of UserPreferences in edu.umd.cs.findbugs.config
Methods in edu.umd.cs.findbugs.config that return UserPreferencesModifier and TypeMethodDescriptionUserPreferences.clone()
static UserPreferences
UserPreferences.createDefaultUserPreferences()
Create default UserPreferences. -
Uses of UserPreferences in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as UserPreferencesMethods in edu.umd.cs.findbugs.gui2 that return UserPreferencesModifier and TypeMethodDescription(package private) static UserPreferences
BugLoader.getUserPreferences()
Get UserPreferences singleton.