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 TypeMethodDescriptionvoidaddFilter(FilterMatcher filter) Deprecated.voidaddFilters(FilterMatcher[] newFilters) 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.
-
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-
-