Package edu.umd.cs.findbugs.props
-
Interface Summary Interface Description WarningProperty Interface that all warning property enumerations are expected to implement. -
Class Summary Class Description AbstractWarningProperty Abstract base class for implementing warning properties.GeneralWarningProperty General warning properties.PriorityAdjustment Enum representing how a particular warning property is expected to affect its likelihood of being serious, benign, or a false positive.WarningPropertySet<T extends WarningProperty> A Set of WarningProperty objects, each with an optional attribute Object.WarningPropertyUtil Utility methods for creating general warning properties.