Klasse FindBugsMessages.Pattern

java.lang.Object
edu.hm.hafner.analysis.parser.findbugs.FindBugsMessages.Pattern
Umschließende Klasse:
FindBugsMessages

public static class FindBugsMessages.Pattern extends Object
Bug pattern describing a bug type.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • Pattern

      public Pattern()
  • Methodendetails

    • getType

      public String getType()
      Returns the type.
      Gibt zurück:
      the type
    • setType

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

      public String getDescription()
      Returns the description.
      Gibt zurück:
      the description
    • setDescription

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

      public String getShortDescription()
      Returns the shortDescription.
      Gibt zurück:
      the shortDescription
    • setShortDescription

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