Uses of Class
edu.umd.cs.findbugs.config.UserPreferences
-
Packages that use UserPreferences 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 edu.umd.cs.findbugs.gui2 -
-
Uses of UserPreferences in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as UserPreferences Modifier and Type Field Description private UserPreferencesProject. configuration(package private) UserPreferencesAnalysisOptions. userPreferencesMethods in edu.umd.cs.findbugs that return UserPreferences Modifier and Type Method Description UserPreferencesProject. getConfiguration()UserPreferencesFindBugs2. getUserPreferences()UserPreferencesIFindBugsEngine. getUserPreferences()Get the UserPreferences.private UserPreferencesTextUICommandLine. getUserPreferences()Methods in edu.umd.cs.findbugs with parameters of type UserPreferences Modifier and Type Method Description protected voidFindBugs2. configureFilters(UserPreferences userPreferences)voidProject. setConfiguration(UserPreferences configuration)voidFindBugs2. setUserPreferences(UserPreferences userPreferences)voidIFindBugsEngine. 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 UserPreferences Modifier and Type Method Description UserPreferencesUserPreferences. clone()static UserPreferencesUserPreferences. createDefaultUserPreferences()Create default UserPreferences. -
Uses of UserPreferences in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as UserPreferences Modifier and Type Field Description private static UserPreferencesBugLoader. preferencesSingletonMethods in edu.umd.cs.findbugs.gui2 that return UserPreferences Modifier and Type Method Description (package private) static UserPreferencesBugLoader. getUserPreferences()Get UserPreferences singleton.
-