Class ProjectSettings
java.lang.Object
edu.umd.cs.findbugs.gui2.ProjectSettings
- All Implemented Interfaces:
Serializable
Deprecated.
This is the .fas file stored when projects are saved All project related
information goes here. Anything that would be shared between multiple
projects goes into GUISaveState instead
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CompoundMatcherDeprecated.The CompoundMatcher enveloping all enabled matchers.private final ArrayList<FilterMatcher> Deprecated.The list of all defined filtersprivate static ProjectSettingsDeprecated.private intDeprecated.Max number of previous comments stored.private static final longDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFilter(FilterMatcher filter) Deprecated.voidaddFilters(FilterMatcher[] newFilters) Deprecated.(package private) ArrayList<FilterMatcher> Deprecated.static ProjectSettingsDeprecated.intDeprecated.static voidDeprecated.static ProjectSettingsDeprecated.booleanremoveFilter(FilterMatcher filter) Deprecated.voidsave(OutputStream out) Deprecated.voidsetMaxSizeOfPreviousComments(int num) Deprecated.Sets the maximum number of previous comments stored.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
instance
Deprecated. -
filters
-
allMatchers
Deprecated.The CompoundMatcher enveloping all enabled matchers. -
maxSizeOfPreviousComments
private int maxSizeOfPreviousCommentsDeprecated.Max number of previous comments stored.
-
-
Constructor Details
-
ProjectSettings
private ProjectSettings()Deprecated.
-
-
Method Details
-
newInstance
Deprecated. -
getInstance
Deprecated. -
loadInstance
Deprecated. -
save
Deprecated. -
addFilter
Deprecated. -
addFilters
Deprecated. -
removeFilter
Deprecated. -
getAllFilters
ArrayList<FilterMatcher> getAllFilters()Deprecated. -
getMaxSizeOfPreviousComments
public int getMaxSizeOfPreviousComments()Deprecated.- Returns:
- Returns the maximum number of previous comments stored.
-
setMaxSizeOfPreviousComments
public void setMaxSizeOfPreviousComments(int num) Deprecated.Sets the maximum number of previous comments stored.- Parameters:
num-
-