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 -
-
Uses of UserPreferences in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return UserPreferences Modifier and Type Method Description UserPreferencesFindBugs2. getUserPreferences()UserPreferencesIFindBugsEngine. getUserPreferences()Get the UserPreferences.Methods in edu.umd.cs.findbugs with parameters of type UserPreferences Modifier and Type Method Description static java.util.Set<java.lang.String>FindBugs. handleBugCategories(UserPreferences userPreferences, java.lang.String categories)Process -bugCategories option.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 static UserPreferencesUserPreferences. createDefaultUserPreferences()Create default UserPreferences.static UserPreferencesUserPreferences. getUserPreferences()Get UserPreferences singleton.
-