Package edu.umd.cs.findbugs.gui2
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 CompoundMatcher
Deprecated.The CompoundMatcher enveloping all enabled matchers.private final ArrayList
<FilterMatcher> Deprecated.The list of all defined filtersprivate static ProjectSettings
Deprecated.private int
Deprecated.Max number of previous comments stored.private static final long
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFilter
(FilterMatcher filter) Deprecated.void
addFilters
(FilterMatcher[] newFilters) Deprecated.(package private) ArrayList
<FilterMatcher> Deprecated.static ProjectSettings
Deprecated.int
Deprecated.static void
Deprecated.static ProjectSettings
Deprecated.boolean
removeFilter
(FilterMatcher filter) Deprecated.void
save
(OutputStream out) Deprecated.void
setMaxSizeOfPreviousComments
(int num) Deprecated.Sets the maximum number of previous comments stored.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
instance
Deprecated. -
filters
Deprecated.The list of all defined 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
-
-