Class FindBugsMessages.Pattern

  • Enclosing class:
    FindBugsMessages

    public static class FindBugsMessages.Pattern
    extends Object
    Bug pattern describing a bug type.
    Author:
    Ullrich Hafner
    • Constructor Detail

      • Pattern

        public Pattern()
    • Method Detail

      • getType

        public String getType()
        Returns the type.
        Returns:
        the type
      • setType

        public void setType​(@CheckForNull
                            String type)
        Sets the type to the specified value.
        Parameters:
        type - the value to set
      • getDescription

        public String getDescription()
        Returns the description.
        Returns:
        the description
      • setDescription

        public void setDescription​(@CheckForNull
                                   String description)
        Sets the description to the specified value.
        Parameters:
        description - the value to set
      • getShortDescription

        public String getShortDescription()
        Returns the shortDescription.
        Returns:
        the shortDescription
      • setShortDescription

        public void setShortDescription​(@CheckForNull
                                        String shortDescription)
        Sets the shortDescription to the specified value.
        Parameters:
        shortDescription - the value to set