Klasse FindBugsMessages.Pattern
java.lang.Object
edu.hm.hafner.analysis.parser.findbugs.FindBugsMessages.Pattern
- Umschließende Klasse:
FindBugsMessages
Bug pattern describing a bug type.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the description.Returns the shortDescription.getType()Returns the type.voidsetDescription(String description) Sets the description to the specified value.voidsetShortDescription(String shortDescription) Sets the shortDescription to the specified value.voidSets the type to the specified value.
-
Konstruktordetails
-
Pattern
public Pattern()
-
-
Methodendetails
-
getType
Returns the type.- Gibt zurück:
- the type
-
setType
Sets the type to the specified value.- Parameter:
type- the value to set
-
getDescription
Returns the description.- Gibt zurück:
- the description
-
setDescription
Sets the description to the specified value.- Parameter:
description- the value to set
-
getShortDescription
Returns the shortDescription.- Gibt zurück:
- the shortDescription
-
setShortDescription
Sets the shortDescription to the specified value.- Parameter:
shortDescription- the value to set
-