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:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFilter
(FilterMatcher filter) Deprecated.void
addFilters
(FilterMatcher[] newFilters) 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.
-
Method Details
-
newInstance
Deprecated. -
getInstance
Deprecated. -
loadInstance
Deprecated. -
save
Deprecated. -
addFilter
Deprecated. -
addFilters
Deprecated. -
removeFilter
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
-
-