Package edu.umd.cs.findbugs.props


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